Skip to content

Merge pull request #513 from pepkit/peppy0_50_modernize4 #355

Merge pull request #513 from pepkit/peppy0_50_modernize4

Merge pull request #513 from pepkit/peppy0_50_modernize4 #355

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: pip install ruff
- run: ruff check .
- run: ruff format --check .