ci: add Lint stage

This commit is contained in:
Price Hiller 2024-05-18 04:34:35 -05:00
parent 38ac929e15
commit 1aff7cb8ed
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -9,5 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
- name: Run Lint
run: make lint
- name: Run Tests
run: make test