Skip to content

feat: totally revamp LTFO booking #28

feat: totally revamp LTFO booking

feat: totally revamp LTFO booking #28

Workflow file for this run

name: linting
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install ruff
- run: make lint