Skip to content

fix: remove green line from custom algorithm's checkboxes #44

fix: remove green line from custom algorithm's checkboxes

fix: remove green line from custom algorithm's checkboxes #44

Workflow file for this run

name: Python Code Formatting
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Black
run: pip install black
- name: Run Black
run: black --check .