Fix codestyle CI check (#1438)

This commit is contained in:
Andrew Lamb 2024-09-22 07:32:37 -04:00 committed by GitHub
parent 2403f79f55
commit affe8b5498
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Rust Toolchain
uses: ./.github/actions/setup-builder
with:
# Note that `nightly` is required for `license_template_path`, as
# it's an unstable feature.
rust-version: nightly
- run: cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
- run: cargo fmt -- --check
lint:
runs-on: ubuntu-latest