mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Don't unnecessarily install rustfmt in CI
This commit is contained in:
@@ -11,13 +11,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Rustfmt
|
|
||||||
run: |
|
|
||||||
rustup component add rustfmt
|
|
||||||
rustfmt --version
|
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: cargo fmt --all -- --check
|
run: |
|
||||||
|
cargo fmt -- --version
|
||||||
|
cargo fmt --all -- --check
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
|
|||||||
Reference in New Issue
Block a user