Skip to content

chore: fix dependency versions #36

chore: fix dependency versions

chore: fix dependency versions #36

Workflow file for this run

name: Lint with Ruff
on:
push:
branches: [ "main" ]
paths-ignore:
- '*.md'
- '*.png'
- '*.svg'
- '.gitignore'
- 'images/**'
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- '*.md'
- '*.png'
- '*.svg'
- '.gitignore'
- 'images/**'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
src
pyproject.toml
requirements.txt
- name: Lint with `ruff check .`
uses: chartboost/ruff-action@v1