Lint after Ubuntu build CI finished

This commit is contained in:
Tony Bark 2024-05-13 22:32:57 -04:00
parent 4d39e7636a
commit 017d5ef1a7

View file

@ -45,7 +45,7 @@ jobs:
- name: Test
run: zig build test
lint:
needs: build
needs: ubuntu-build
timeout-minutes: 15
continue-on-error: true
runs-on: ubuntu-latest