Skip to content

Commit

Permalink
Fix build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Oct 14, 2024
1 parent 21dd629 commit e017932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }}

jobs:
ruff:
check:
name: Check
runs-on: ubuntu-latest
steps:
Expand All @@ -35,6 +35,7 @@ jobs:
build:
name: Build + release
needs:
- check
- test
permissions:
contents: read
Expand Down

0 comments on commit e017932

Please sign in to comment.