Skip to content

Commit

Permalink
ci: Fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Felipe da Silva <gfsilva.eng@gmail.com>
(cherry picked from commit 325940f)
  • Loading branch information
frenzox committed Sep 25, 2022
1 parent b4d4c2d commit daf87aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Lint
uses: ludeeus/action-shellcheck@master
with:
additional_files: "checkver"

test:

Expand All @@ -22,4 +24,4 @@ jobs:
- name: Test
uses: sudo-bot/action-shunit2@latest
with:
cli: "./tests/checkver.sh"
cli: "./tests/checkver"

0 comments on commit daf87aa

Please sign in to comment.