Skip to content

Added function to compile queries from matchbox #157

Added function to compile queries from matchbox

Added function to compile queries from matchbox #157

Workflow file for this run

name: Ruff
on:
pull_request:
branches:
- main
- 'feature/new-ingest-process'
workflow_dispatch:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: 'format --check'
ruff-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: 'check'