Skip to content

Commit

Permalink
Reuse Makefile for CI commands
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Babenia <anatoli@rainforce.org>
  • Loading branch information
abitrolly authored Jul 18, 2024
1 parent 760f356 commit 9229c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
version: v1.59.1
args: --verbose
- name: yamllint-lint
run: yamllint .
run: make lint-yaml
- name: shellcheck
run: shellcheck $(find . -name '*.sh')
run: make lint-shell

test-unit:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 9229c00

Please sign in to comment.