Skip to content

Commit

Permalink
Added licence check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Jun 10, 2024
1 parent 2d8f09c commit a186229
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@ jobs:
- name: Nix Format Check
run: nix fmt -- . --check

# This isn't part of the the nix flake checks
# because it can't ignore submodules
# when they are vendored in by Nix.
- name: Licence Check
run: nix run nixpkgs#reuse lint

- name: Run Nix Checks
run: nix flake check -L .?submodules=1

0 comments on commit a186229

Please sign in to comment.