Fix GitHub actions

This commit is contained in:
Jacob Gunther
2022-08-23 03:09:35 -05:00
parent 69d3399c24
commit d8ee96413a

View File

@@ -19,7 +19,7 @@ jobs:
check-latest: true check-latest: true
- name: Lint - name: Lint
run: go vet ... run: go vet ./src/...
- name: Build - name: Build
run: make build run: make build