Skip to content

Merge pull request #236 from FilTheo/Python #17

Merge pull request #236 from FilTheo/Python

Merge pull request #236 from FilTheo/Python #17

Workflow file for this run

name: Python CI
on:
push:
branches: [Python]
pull_request:
branches: [Python]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: "./python"