Skip to content

Create Python linter Ruff.yml #1

Create Python linter Ruff.yml

Create Python linter Ruff.yml #1

name: Ruff, Python linter
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
changed-files: 'true'