Skip to content

Bump ruff from 0.6.9 to 0.8.3 #31

Bump ruff from 0.6.9 to 0.8.3

Bump ruff from 0.6.9 to 0.8.3 #31

Workflow file for this run

name: CI - Test
on:
push:
jobs:
lint:
name: "Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "poetry"
- name: Install root project
run: poetry install --no-interaction
- name: Test
run: poetry run task test