Commit Graph

3 Commits

Author SHA1 Message Date
clawbot
e76b1cbcb5 fix: split Dockerfile with pinned images and add CI workflow
- Pin golangci-lint to v1.64.8 by sha256 digest
- Pin golang to 1.22.12 by sha256 digest
- Lint stage runs make fmt-check + make lint
- Test stage runs make test with dependency on lint stage
- Remove redundant final stage (library has no binary)
- Add fmt-check, check, hooks targets to Makefile
- Add .gitea/workflows/check.yml for CI

closes #9
2026-03-02 02:13:08 -08:00
28d0d041b0 lint and check fmt on docker build 2024-06-14 05:47:35 -07:00
f21c916eb3 initial 2024-05-13 21:43:47 -07:00