From a9281d757436c2e1515cf013c66dac381dfb56e9 Mon Sep 17 00:00:00 2001 From: Samir Tapiero Date: Mon, 19 Feb 2024 09:10:57 -0500 Subject: [PATCH] Rename job process --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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