Fix issue with CZI autostitch options #190
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Linting πβ‘ | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
lint: | |
name: Ruff β‘π΅ | |
runs-on: ubuntu-latest | |
steps: | |
- name: π₯ Checkout repo | |
uses: actions/checkout@v4 | |
- name: Run Ruff checks β‘ | |
uses: astral-sh/ruff-action@v3 | |
with: | |
args: check |