forked from MapComplete/MapComplete
Merge pull request #1521 from pietervdvn/feature/reuse-compliance
Feature/reuse compliance
This commit is contained in:
commit
701d0a509e
941 changed files with 4689 additions and 3737 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…
Add table
Add a link
Reference in a new issue