diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f62740..74d7238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: branches: ["master", "main"] jobs: - linter: + linters: runs-on: ubuntu-latest name: linter/ruby steps: @@ -21,7 +21,7 @@ jobs: ruby-version: 2.6 bundler-cache: true - - name: Run linter + - name: Run linters run: bundle exec rake code_analysis test: runs-on: ubuntu-latest