Skip to content

Merge pull request #8760 from jimchamp/update-gh-actions #2

Merge pull request #8760 from jimchamp/update-gh-actions

Merge pull request #8760 from jimchamp/update-gh-actions #2

Workflow file for this run

name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff==0.0.286
- run: ruff --format=github .