Compare commits
2 commits
8f237ea40e
...
7c19e55d97
Author | SHA1 | Date | |
---|---|---|---|
7c19e55d97 | |||
030df9fe7e |
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
format:
|
||||
name: cargo test
|
||||
name: cargo fmt
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
# added or changed files to the repository.
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
# Defaults to "Apply automatic changes"
|
||||
commit_message: Automatical formatting
|
||||
check:
|
||||
name: cargo test
|
||||
name: cargo check
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
|
Loading…
Add table
Reference in a new issue