Skip to content

ENH, DOC: add a chanelog system #44

ENH, DOC: add a chanelog system

ENH, DOC: add a chanelog system #44

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