Skip to content

Commit

Permalink
🎉 Add reuse check
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Dec 24, 2024
1 parent 9733a9c commit 8e58195
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de>
# SPDX-License-Identifier: CC0-1.0

name: Checks

on:
pull_request:
branches:
- "**"
push:
branches:
- "**"

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

0 comments on commit 8e58195

Please sign in to comment.