mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
ensure we use nightly with fmt
This commit is contained in:
parent
9c1a5a781d
commit
76a911b34e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
# it's an unstable feature.
|
||||
rust-version: nightly
|
||||
- uses: actions/checkout@v2
|
||||
- run: cargo fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
|
||||
- run: cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue