Skip to content

Commit

Permalink
Actions: Add code check
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Jul 20, 2024
1 parent 6548cfe commit 449f31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: |
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
curl -fsSL https://git.io/shellspec | sh -s master -y
- name: Check code
run: make check_with_docker
- name: Run all tests
run: make testall
- name: Measure code coverage
Expand Down

0 comments on commit 449f31c

Please sign in to comment.