Skip to content

Commit

Permalink
github action version check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 1, 2024
1 parent 4a4bdf6 commit 17aff92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: check version
run: apt install yq
- uses: chrisdickinson/setup-yq@latest
- name: check version
run: make check-version
lint:
Expand Down

0 comments on commit 17aff92

Please sign in to comment.