Skip to content

fixed race conditioning in indices_boundary_masker #38

fixed race conditioning in indices_boundary_masker

fixed race conditioning in indices_boundary_masker #38

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- major-refactoring # Remember to add main branch later
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: ruff check .