Skip to content

Commit

Permalink
Add reuse github action (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter authored Mar 21, 2024
1 parent efc687a commit 9e923ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/reuse-tool-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: REUSE Compliance Check

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: REUSE Compliance Check
uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0

0 comments on commit 9e923ba

Please sign in to comment.