Skip to content

Update the lab to fix some niggles: #5

Update the lab to fix some niggles:

Update the lab to fix some niggles: #5

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install dependencies
run: pip install -r scripts/linting/requirements.txt
- name: Lint
run: scripts/linting/lint