Skip to content

Update Changelog for 0.3 release #42

Update Changelog for 0.3 release

Update Changelog for 0.3 release #42

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 src/eyelinkio