Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Aug 21, 2024
1 parent 8a06cbb commit c930e6a
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 @@ -45,7 +45,7 @@ jobs:
- name: Setup Babashka
run: bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
- name: Check dependabot is in sync with project.clj
run: ./script/check-dependabot
run: ./scripts/check-dependabot
- name: Run tests
run: lein do clean, all test, all check
deploy:
Expand Down

0 comments on commit c930e6a

Please sign in to comment.