Skip to content

start of work to match cql2 against json #111

start of work to match cql2 against json

start of work to match cql2 against json #111

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- uses: astral-sh/setup-uv@v3
- name: Lint
run: scripts/lint
- name: Test
run: scripts/test
- name: CLI smoke test
run: uv run cql2 < examples/text/example01.txt