forked from MapComplete/MapComplete
CI: add reuse compliance check
This commit is contained in:
parent
6635204546
commit
56ba8736e6
1 changed files with 11 additions and 0 deletions
11
.github/workflows/reuse-compliance-check.yml
vendored
Normal file
11
.github/workflows/reuse-compliance-check.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: REUSE Compliance Check
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@v2
|
Loading…
Reference in a new issue