Skip to content

Merge pull request #1446 from arc53/dependabot/npm_and_yarn/frontend/… #2354

Merge pull request #1446 from arc53/dependabot/npm_and_yarn/frontend/…

Merge pull request #1446 from arc53/dependabot/npm_and_yarn/frontend/… #2354

Workflow file for this run

name: Python linting
on:
push:
branches:
- '*'
pull_request:
types: [ opened, synchronize ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint with Ruff
uses: chartboost/ruff-action@v1