mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Fix codestyle
CI check (#1438)
This commit is contained in:
parent
2403f79f55
commit
affe8b5498
1 changed files with 1 additions and 5 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue