Skip to content

Update lalrpop to 0.21 #157

Update lalrpop to 0.21

Update lalrpop to 0.21 #157

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo test --workspace
- run: cargo fmt -- --check