mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-20 09:18:54 +00:00
Fix syntax errors
This commit is contained in:
parent
88c160a219
commit
afae1f4bc5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_test.yml
vendored
4
.github/workflows/build_test.yml
vendored
|
@ -19,14 +19,14 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
components: rustfmt
|
||||
- uses: actions/cache@v2
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- name: Run rustfmt
|
||||
- name: Run rustfmt
|
||||
run: cargo fmt -- --check
|
||||
check:
|
||||
name: Lint
|
||||
|
|
Loading…
Add table
Reference in a new issue