ci: add Lint stage

This commit is contained in:
Price Hiller 2024-05-18 04:34:35 -05:00 committed by windwp
parent ca8539e5ef
commit 76aec98de7

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