Skip to content

Commit affe8b5

Browse files
authored
Fix codestyle CI check (#1438)
1 parent 2403f79 commit affe8b5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rust.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Setup Rust Toolchain
1212
uses: ./.github/actions/setup-builder
13-
with:
14-
# Note that `nightly` is required for `license_template_path`, as
15-
# it's an unstable feature.
16-
rust-version: nightly
17-
- run: cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
13+
- run: cargo fmt -- --check
1814

1915
lint:
2016
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)