Skip to content

Commit

Permalink
Add init step to lint workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Sep 4, 2024
1 parent b7c6cd5 commit bf8e276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clp-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
name: "Install coreutils (for md5sum)"
run: "brew install coreutils"

- run: "./tools/scripts/init.sh"
shell: "bash"

- name: "Run lint task"
shell: "bash"
run: "task lint:check"

0 comments on commit bf8e276

Please sign in to comment.