generated from PlexSheep/baserepo
Compare commits
No commits in common. "fb3d99d459f4ce9c9a8e3e1cfc44bb78905b5fc5" and "7fa40416c7a25326bb34101c680c427f228e1a4d" have entirely different histories.
fb3d99d459
...
7fa40416c7
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: get repo
|
||||
uses: actions/checkout@v4
|
||||
- name: install rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: install additional rust things
|
||||
run: rustup component add rustfmt
|
||||
- name: config custom registry
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: cargo test
|
||||
run: cargo test --all-features --all-targets
|
||||
- name: commit back to repository
|
||||
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
# Optional. Commit message for the created commit.
|
||||
# Defaults to "Apply automatic changes"
|
||||
|
|
Reference in a new issue