Skip to content

Merge pull request #291 from pyt-team/update_readme_2 #1090

Merge pull request #291 from pyt-team/update_readme_2

Merge pull request #291 from pyt-team/update_readme_2 #1090

Workflow file for this run

name: Linting
on:
push:
branches: [ main,github-actions-test ]
pull_request:
branches: [ main ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1