Skip to content
Snippets Groups Projects
Unverified Commit ffd9ebab authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

back at it, testing CI

parent 077963a7
No related branches found
No related tags found
No related merge requests found
# name: Format, check and test # name: Format, check and test
# on: [push, pull_request] name: cargo-check
on: [push, pull_request]
# jobs: jobs:
# formatting: check:
# name: cargo fmt name: cargo check
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# steps: steps:
# - uses: actions/checkout@v3 - uses: actions/checkout@v3
# # Ensure rustfmt is installed and setup problem matcher - uses: dtolnay/rust-toolchain@stable
# - uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1 - run: cargo check --all-features
# with: \ No newline at end of file
# components: rustfmt
# - name: Rustfmt Check
# uses: https://github.com/actions-rust-lang/rustfmt@v1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment