Skip to content

Commit

Permalink
Add a license check for each file to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris committed Sep 19, 2023
1 parent 035d9ed commit 304af74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ needs.build.outputs.cache-key }}
- name: Check license headers
uses: viperproject/check-license-header@v2
with:
path: .
config: .github/check-license-headers.yaml
strict: true
- name: Format
run: cargo fmt -- --check
- name: Clippy
Expand Down

0 comments on commit 304af74

Please sign in to comment.