Check and test code on psuh
Test and check / test-and-check (push) Failing after 1m34s

This commit is contained in:
b
2026-08-21 18:21:16 -06:00
parent 3404e39dea
commit cc25ac923f
+12 -2
View File
@@ -2,7 +2,17 @@ name: Test and check
on:
- push
jobs:
run-tests:
test-and-check:
runs-on: brandon-ubuntu-latest
steps:
- run: echo 'Hello gitea actions!'
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Check SPDX headers
run: go run ./internal/check
- name: Run unit tests
run: go test ./...