Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a license check #20

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added licence check to CI
  • Loading branch information
HU90m committed Jun 10, 2024
commit 6fb9fc987edd6c62f72b6e683bd183189f757a48
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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