summaryrefslogtreecommitdiff
path: root/.github/workflows/ruff-lint.yml
blob: 4a87521258144dba194ed70a1997d855ceedd5d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: Ruff Lint

on: pull_request

jobs:
  ruff-lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
        with:
          changed-files: 'true'