File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Rust
1+ name : CI
22
33on :
44 push :
3030 steps :
3131 - uses : actions/checkout@v4
3232
33- - name : Build
34- run : cargo check --all-targets
35-
3633 - name : Install cargo-nextest
3734 uses : baptiste0928/cargo-install@v3.3.0
3835 with :
5249 run : cargo clippy --all-features -- -D warnings
5350
5451 - name : Format
55- run : cargo fmt -- --check
52+ run : cargo fmt -- --check
Original file line number Diff line number Diff line change 88[ crates-badge ] : https://img.shields.io/crates/v/eventql-parser.svg
99[ crates-download ] : https://img.shields.io/crates/d/eventql-parser.svg
1010[ crates-url ] : https://crates.io/crates/eventql-parser
11- [ ci-badge ] : https://github.com/YoEight/eventql-parser/workflows/Rust /badge.svg
11+ [ ci-badge ] : https://github.com/YoEight/eventql-parser/workflows/CI /badge.svg
1212[ ci-url ] : https://github.com/YoEight/eventql-parser/actions
1313
1414A complete lexer and parser for EventQL (EQL), a query language designed for event sourcing systems.
You can’t perform that action at this time.
0 commit comments