Skip to content

Commit

Permalink
Add copyright check to CI/CD pipeline
Browse files Browse the repository at this point in the history
Closes #35.
  • Loading branch information
Notgnoshi committed Jan 27, 2024
1 parent c202771 commit 3f0f127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Setup cache
uses: Swatinem/rust-cache@v2

- name: Check for copyright statements
run: |
./tools/check-copyright.sh --check
- name: Check formatting
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 3f0f127

Please sign in to comment.