We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa43fa commit 0406c36Copy full SHA for 0406c36
.github/workflows/CI.yml
@@ -11,6 +11,13 @@ concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
12
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
13
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
21
test:
22
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
23
runs-on: ${{ matrix.os }}
0 commit comments