Skip to content

Commit

Permalink
ci: rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Jan 17, 2025
1 parent c08f851 commit 1098955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
HUSKY: 0

jobs:
lint:
checks:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: pnpm run test

release:
needs: lint
needs: checks
runs-on: ubuntu-latest
if: |
github.event_name == 'push' &&
Expand Down

0 comments on commit 1098955

Please sign in to comment.