Skip to content

Commit

Permalink
use scrips in weekly deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Dec 26, 2024
1 parent 9efbc92 commit 7866225
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/weekly-deps-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: lein deps
run: script/bootstrap

ancient:
needs: build
Expand All @@ -48,8 +48,5 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Install dependencies
run: lein deps

- name: Check ancient deps
run: lein ancient :all :exclude okta

0 comments on commit 7866225

Please sign in to comment.