mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +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
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Rust Toolchain
|
- name: Setup Rust Toolchain
|
||||||
uses: ./.github/actions/setup-builder
|
uses: ./.github/actions/setup-builder
|
||||||
with:
|
- run: cargo fmt -- --check
|
||||||
# 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"')
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue