Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ env:
CARGO_TERM_COLOR: always

jobs:
reuse:
name: REUSE
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: fsfe/reuse-action@v6

fmt:
name: Format
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These checks are enforced in CI.

## Licensing

All files must include [SPDX](https://spdx.dev/) license headers. See the [SPDX specification](https://spdx.github.io/spdx-spec/) for details.
All files must include [SPDX](https://spdx.dev/) license headers. See the [SPDX specification](https://spdx.github.io/spdx-spec/) for details. Compliance is checked with [`reuse lint`](https://reuse.software/) in CI.

## Commit Messages

Expand Down
Loading