mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
chore: changes from formatting on save
This commit is contained in:
parent
67a15ef27f
commit
9a13bccd63
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -2,9 +2,9 @@ name: Rustlings Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue