Skip to content

Commit

Permalink
Rename job process
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksam07 committed Feb 19, 2024
1 parent 3e4dd3a commit a9281d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: ["master", "main"]

jobs:
linter:
linters:
runs-on: ubuntu-latest
name: linter/ruby
steps:
Expand All @@ -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
Expand Down

0 comments on commit a9281d7

Please sign in to comment.