Skip to content

Commit

Permalink
Rename GitHub Actions job from lint to check
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jan 7, 2024
1 parent 20d6e5e commit 47b9da7
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 @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
lint:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
taplo fmt --check **/*.toml
test:
if: github.event_name != 'push'
needs: [lint]
needs: [check]
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 47b9da7

Please sign in to comment.