Compare commits

..

2 commits

Author SHA1 Message Date
7c19e55d97 Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-unsafe
All checks were successful
Cargo Format, Check and Test / cargo fmt (push) Successful in 53s
Cargo Format, Check and Test / cargo check (push) Successful in 1m2s
Cargo Format, Check and Test / cargo test (push) Successful in 1m7s
2024-01-10 21:44:30 +01:00
030df9fe7e renaming some CI 2024-01-10 21:44:28 +01:00

View file

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs: jobs:
format: format:
name: cargo test name: cargo fmt
permissions: permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the # Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository. # added or changed files to the repository.
@ -19,7 +19,7 @@ jobs:
# Defaults to "Apply automatic changes" # Defaults to "Apply automatic changes"
commit_message: Automatical formatting commit_message: Automatical formatting
check: check:
name: cargo test name: cargo check
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable