Skip to content

Update boss_drp.json (#275) #36

Update boss_drp.json (#275)

Update boss_drp.json (#275) #36

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/