Skip to content

Merge pull request #3 from seapagan/migrate #7

Merge pull request #3 from seapagan/migrate

Merge pull request #3 from seapagan/migrate #7

Workflow file for this run

name: Linting
on: [push, pull_request, workflow_dispatch]
jobs:
ruff:
if: false # disable this job for now until the code is ready for linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Linting
uses: chartboost/ruff-action@v1
with:
args: check
- name: Check Formatting
uses: chartboost/ruff-action@v1
with:
args: format --check