Skip to content

Try to reproduce heading gate results from Bart #873

Try to reproduce heading gate results from Bart

Try to reproduce heading gate results from Bart #873

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags: '*'
pull_request:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
reuse-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run REUSE lint
run: |
docker run --rm --volume ${{ github.workspace }}:/data fsfe/reuse lint