mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 20:36:17 +03:00
Fix 'fmt' GitHub Actions workflow (#645)
This commit is contained in:
parent
f8c358c9ac
commit
80d3fe001a
3
.github/workflows/cargo.yml
vendored
3
.github/workflows/cargo.yml
vendored
@ -22,7 +22,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install nightly Rust
|
||||
run: rustup toolchain install nightly
|
||||
- name: Run cargo fmt
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user