Skip to content

ENH: Refactor code linter and formatter dependencies #420

ENH: Refactor code linter and formatter dependencies

ENH: Refactor code linter and formatter dependencies #420

Workflow file for this run

name: Contribution checks
on: [push, pull_request]
defaults:
run:
shell: bash
jobs:
stable:
name: Run ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Set up Python 3
uses: actions/setup-python@v5
with:
python-version: 3
- name: Lint EddyMotion
run: pipx run ruff check