Skip to content

one-line fix to BHM_Spiders_Generic_Superset (model field name was !=… #29

one-line fix to BHM_Spiders_Generic_Superset (model field name was !=…

one-line fix to BHM_Spiders_Generic_Superset (model field name was !=… #29

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Lint with ruff
run: |
pip install ruff
ruff check python/