Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

feat: Add GraphQL parser and schema definition language support #269

feat: Add GraphQL parser and schema definition language support

feat: Add GraphQL parser and schema definition language support #269

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Cache Rust
uses: Swatinem/rust-cache@v2
- name: Test Rust
run: cargo test
- name: Benchmark Rust
run: cargo bench
- name: Build Rust
run: cargo build --release