We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codestyle
1 parent 2403f79 commit affe8b5Copy full SHA for affe8b5
.github/workflows/rust.yml
@@ -10,11 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- name: Setup Rust Toolchain
12
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"')
+ - run: cargo fmt -- --check
18
19
lint:
20
runs-on: ubuntu-latest
0 commit comments