Merge pull request #275 from whitevegagabriel/file-header

Add license header check for rust files
This commit is contained in:
Gilles Boccon-Gibod
2023-09-20 16:21:38 -07:00
committed by GitHub
8 changed files with 293 additions and 3 deletions

View File

@@ -65,6 +65,8 @@ jobs:
with:
components: clippy,rustfmt
toolchain: ${{ matrix.rust-version }}
- name: Check License Headers
run: cd rust && cargo run --features dev-tools --bin file-header check-all
- name: Rust Build
run: cd rust && cargo build --all-targets && cargo build --all-features --all-targets
# Lints after build so what clippy needs is already built