Skip to content

Commit

Permalink
Setting up REUSE: fix reuse.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
Suguru Hirahara committed Dec 7, 2024
1 parent 67af83a commit 148c33e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
---
name: REUSE Compliance Check

on: [push, pull_request]
on: # yamllint disable-line rule:truthy
push:
pull_request:

jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5

0 comments on commit 148c33e

Please sign in to comment.