Add method to save Fiji script parameters, and add example to opening an image #203
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 |