Skip to content

Tweak parsing and add comments #56

Tweak parsing and add comments

Tweak parsing and add comments #56

Workflow file for this run

name: Checks
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo fmt --check
- run: cargo clippy -- --deny warnings
- run: cargo test