Skip to content

Running unit tests on a full grid (#158) #28

Running unit tests on a full grid (#158)

Running unit tests on a full grid (#158) #28

Workflow file for this run

name: Ruff Linting
permissions:
contents: read
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.13'
- name: Update package index
run: sudo apt-get update
- name: Run Linter
run: |
pip install -e .[dev]
ruff check .