Skip to content

Commit

Permalink
Fix type in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Mar 26, 2024
1 parent 7c91822 commit 878f13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
name: Test
environment: master
needs: [lint, staticheck]
needs: [lint, staticcheck]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 878f13c

Please sign in to comment.