Skip to content

Merge pull request #371 from pyt-team/frantzen/pytest-recommendations #1131

Merge pull request #371 from pyt-team/frantzen/pytest-recommendations

Merge pull request #371 from pyt-team/frantzen/pytest-recommendations #1131

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