Skip to content

Commit 0406c36

Browse files
committed
Add reuse-lint job
1 parent 9fa43fa commit 0406c36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1313
jobs:
14+
reuse-lint:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v4
18+
- name: Run REUSE lint
19+
run: |
20+
docker run --rm --volume ${{ github.workspace }}:/data fsfe/reuse lint
1421
test:
1522
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1623
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)