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:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Rustfmt
|
||||
run: |
|
||||
rustup component add rustfmt
|
||||
rustfmt --version
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt --all -- --check
|
||||
run: |
|
||||
cargo fmt -- --version
|
||||
cargo fmt --all -- --check
|
||||
|
||||
windows:
|
||||
runs-on: windows-2019
|
||||
|
||||
Reference in New Issue
Block a user