Skip to content

Merge pull request #15 from affect-therapeutics/rpo/add-github-actions #18

Merge pull request #15 from affect-therapeutics/rpo/add-github-actions

Merge pull request #15 from affect-therapeutics/rpo/add-github-actions #18

Workflow file for this run

name: Lint with ruff
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: chartboost/ruff-action@v1
with:
args: "format --check"
changed-files: "true"