✍️ Switch to a handwritten lexer and parser. #1
23
.github/workflows/builder.yml
vendored
23
.github/workflows/builder.yml
vendored
@@ -1,15 +1,20 @@
|
|||||||
name: Matrix
|
name: Matrix
|
||||||
on:
|
on:
|
||||||
- pull_request
|
pull_request
|
||||||
- push
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- 'releases/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
rust:
|
||||||
|
- stable
|
||||||
|
- beta
|
||||||
|
- nightly
|
||||||
|
|
||||||
main:
|
main:
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
rust:
|
|
||||||
- stable
|
|
||||||
- beta
|
|
||||||
- nightly
|
|
||||||
name: ${{matrix.rust}}
|
name: ${{matrix.rust}}
|
||||||
runs-on: x86_64-linux
|
runs-on: x86_64-linux
|
||||||
steps:
|
steps:
|
||||||
@@ -21,6 +26,6 @@ jobs:
|
|||||||
- run: rustup --version
|
- run: rustup --version
|
||||||
- run: rustc -vV
|
- run: rustc -vV
|
||||||
|
|
||||||
- run: cargo clippy -- --deny clippy::pedantic
|
- run: cargo clippy
|
||||||
- run: cargo fmt --all -- --check
|
- run: cargo fmt --all -- --check
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
|
|||||||
Reference in New Issue
Block a user