All checks were successful
check / check (push) Successful in 26s
Adds CI workflow that runs `make check` on push/PR to main. Co-authored-by: user <user@Mac.lan guest wan> Co-authored-by: clawbot <clawbot@eeqj.de> Reviewed-on: #21 Co-authored-by: clawbot <sneak+clawbot@sneak.cloud> Co-committed-by: clawbot <sneak+clawbot@sneak.cloud>
20 lines
187 B
Plaintext
20 lines
187 B
Plaintext
# Build artifacts
|
|
secret
|
|
coverage.out
|
|
*.test
|
|
|
|
# IDE and editor files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Claude files
|
|
.claude/
|
|
|
|
# Local settings
|
|
.claude/settings.local.json |