mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
changed toolchain on rustfmt
This commit is contained in:
parent
8af16f2ffd
commit
932ee2e5f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cargo fmt
|
||||
run: cargo fmt --all -- --check
|
||||
run: cargo +nightly fmt --all -- --check
|
||||
- name: Cargo clippy
|
||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||
stable-test:
|
||||
|
|
Loading…
Reference in a new issue