diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8d3421..8a3526a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: Apache-2.0 +# Copyright 2026 Aaron K. Clark name: tests on: diff --git a/.woodpecker.yml b/.woodpecker.yml index ee83b4f..d6593bd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,10 @@ +# SPDX-License-Identifier: Apache-2.0 +# Copyright 2026 Aaron K. Clark +# +# Woodpecker CI configuration for the Codeberg mirror. Mirrors the +# GitHub Actions workflow in .github/workflows/test.yml so both +# forges run the same lint + test + audit gates on every PR. + when: - event: [push, pull_request] branch: [master, main] diff --git a/docker-compose.override.yml b/docker-compose.override.yml index c4d10a7..b043195 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: Apache-2.0 +# Copyright 2026 Aaron K. Clark +# # Local-only override for integration testing. Exposes Postgres on # 127.0.0.1:5432 so the host-side vitest integration suite can reach # it. NOT for production / shared environments — leaving 5432 open