Skip to content

Commit

Permalink
Create reuse-tool-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter authored Dec 13, 2024
1 parent fd282ef commit 69b8887
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0

0 comments on commit 69b8887

Please sign in to comment.