Skip to content

Improve logic for rule based entity matching #145

Improve logic for rule based entity matching

Improve logic for rule based entity matching #145

Workflow file for this run

name: format-lint
on:
pull_request:
branches: main
push:
branches: main
jobs:
check-formatting-linting:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false
- name: Install dependencies
run: poetry install --only=dev
- name: ruff
run: ruff check