Skip to content

Begin moving out the default configuration logic into ini files, whic… #232

Begin moving out the default configuration logic into ini files, whic…

Begin moving out the default configuration logic into ini files, whic… #232

Workflow file for this run

name: Linting with Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1