Skip to content

Update project tooling + dependencies #25

Update project tooling + dependencies

Update project tooling + dependencies #25

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Lint with ruff
uses: chartboost/ruff-action@v1
- name: Format with ruff
uses: chartboost/ruff-action@v1
with:
args: "format --check"