We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a460ff commit ff952f0Copy full SHA for ff952f0
.github/workflows/ci_tests.yml
@@ -2,10 +2,10 @@ name: CI-Tests
2
3
on:
4
push:
5
- branches: [ "main" ]
6
- paths-ignore: ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
+ branches: [ "main" ]
+ paths-ignore: ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
7
pull_request:
8
9
10
env:
11
CARGO_TERM_COLOR: always
@@ -210,4 +210,4 @@ jobs:
210
with:
211
toolchain: "1.65" # it says it can read the rust-toolchain file, but it fails if we omit this
212
components: rustfmt, clippy
213
- - run: scripts/check-fmt.sh
+ - run: scripts/check-fmt.sh
0 commit comments