Skip to content

Commit

Permalink
Fix codestyle CI check (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Sep 22, 2024
1 parent 2403f79 commit affe8b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit affe8b5

Please sign in to comment.