diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 146ea3120..4aab9cee7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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