Skip to content

feat: add support for exists and not_exists synonyms in glob vector parsing and enhance tests #913

feat: add support for exists and not_exists synonyms in glob vector parsing and enhance tests

feat: add support for exists and not_exists synonyms in glob vector parsing and enhance tests #913

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up pixi
uses: prefix-dev/setup-pixi@v0.8.8
with:
environments: lint
- name: pre-commit
run: pixi run pre-commit-run --color=always --show-diff-on-failure