Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: CI

on:
push:
Expand Down Expand Up @@ -30,9 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Build
run: cargo check --all-targets

- name: Install cargo-nextest
uses: baptiste0928/cargo-install@v3.3.0
with:
Expand All @@ -52,4 +49,4 @@ jobs:
run: cargo clippy --all-features -- -D warnings

- name: Format
run: cargo fmt -- --check
run: cargo fmt -- --check
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[crates-badge]: https://img.shields.io/crates/v/eventql-parser.svg
[crates-download]: https://img.shields.io/crates/d/eventql-parser.svg
[crates-url]: https://crates.io/crates/eventql-parser
[ci-badge]: https://github.com/YoEight/eventql-parser/workflows/Rust/badge.svg
[ci-badge]: https://github.com/YoEight/eventql-parser/workflows/CI/badge.svg
[ci-url]: https://github.com/YoEight/eventql-parser/actions

A complete lexer and parser for EventQL (EQL), a query language designed for event sourcing systems.
Expand Down