add check-copyright to CI
All checks were successful
/ test (push) Successful in 4m33s

This commit is contained in:
Jacob Lifshay 2024-09-22 15:30:53 -07:00
parent 10ae95fac1
commit bdbc6d89bd
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -9,6 +9,8 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v3
with:
fetch-depth: 0
- run: |
scripts/check-copyright.sh
- run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.80.1
source "$HOME/.cargo/env"