Skip to content

Bump ruff from 0.3.5 to 0.3.6 (#61) #222

Bump ruff from 0.3.5 to 0.3.6 (#61)

Bump ruff from 0.3.5 to 0.3.6 (#61) #222

Workflow file for this run

name: format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.2"
- name: Install Task
uses: arduino/setup-task@v2
- name: Install optional
run: poetry install
- name: Run Formatter
run: task format