Skip to content

FIX: config

FIX: config #29

Workflow file for this run

name: 'Lint'
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
style:
name: Style
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install -e ".[dev]"
- run: ruff check eyelinkio