From fc77315695ae643b8a528abc10b34c8c5a6fcfdf Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 17 May 2020 16:46:13 -0600 Subject: Lint job --- .github/workflows/ci.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a789bd7..fa43847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: ruby: [ '2.5', '2.6', '2.7' ] - name: Ruby ${{ matrix.ruby }} + name: RSpec Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 with: @@ -17,10 +17,18 @@ jobs: ruby-version: ${{ matrix.ruby }} - name: setup run: ./bin/setup - - name: integration - run: ./bin/test spec/integration - - name: unit - run: ./bin/test spec/unit + - name: test + run: ./bin/test + lint: + runs-on: ubuntu-latest + name: Lint + steps: + - uses: actions/checkout@v2 + with: + lfs: true + submodules: recursive + - name: setup + run: ./bin/setup - name: lint run: ./bin/lint docker: -- cgit v1.2.3