Skip to content

chore(deps): pin cachix/install-nix-action action to 08dcb3a #13

chore(deps): pin cachix/install-nix-action action to 08dcb3a

chore(deps): pin cachix/install-nix-action action to 08dcb3a #13

Workflow file for this run

name: Check license
on:
pull_request:
# This ignore list does not cover the entire set of irrelevant files, but it
# saves resources in many cases.
paths-ignore:
- '.github/**'
- '*.md'
- '**/*.lock'
- '**/*.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45
id: changed-files
with:
files_ignore: |
/*.md
**/*.lock
**/*.json
doc/*.*
dev/**
.github/**
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
- run: nix profile install nixpkgs#reuse
- name: Check license
run: 'reuse lint-file ${{ steps.changed-files.outputs.all_changed_files }}'