1 2 3 4 5 6 7 8
on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - run: cargo fmt --all -- --check && cargo clippy --workspace -- -D warnings - run: cargo test