Skip to content

Merge pull request #219 from config-i1/master #9

Merge pull request #219 from config-i1/master

Merge pull request #219 from config-i1/master #9

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"