Skip to content

Add ruff

Add ruff #21

Workflow file for this run

on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pipx install poetry~=1.6.1
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- run: sudo apt-get install -y ripgrep
- run: poetry run pytest