Skip to content

Add linting config and fix linting issues #30

Add linting config and fix linting issues

Add linting config and fix linting issues #30

Workflow file for this run

name: Code style
on:
push:
branches:
- master
pull_request:
branches:
- master
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:
jobs:
codestyle:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
changed-files: 'true'