Skip to content

Header comments, bump metamath-knife to v0.3.7 #13

Header comments, bump metamath-knife to v0.3.7

Header comments, bump metamath-knife to v0.3.7 #13

Workflow file for this run

name: Rust
on: [push, pull_request, workflow_dispatch]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Format
run: cargo fmt -- --check