Skip to content

Commit

Permalink
linting as part of github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fikin committed May 31, 2024
1 parent 5b8619b commit f4c76ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/oncommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:
run: sudo ln -sf /usr/bin/lua5.3 /usr/bin/lua
- name: Run lua tests
run: make test
- name: Run lua linters
run: make lint
- name: Run lua coverage
run: make coverage

0 comments on commit f4c76ca

Please sign in to comment.