Skip to content

Commit

Permalink
Ensure check is successful before building
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus21337 committed Jul 25, 2024
1 parent 146d1b0 commit aff7a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- run: biome ci --linter-enabled=false

build:
needs: check
runs-on: ubuntu-latest
steps:
- uses: withastro/action@v2
Expand Down

0 comments on commit aff7a30

Please sign in to comment.