Skip to content

Merge pull request #100 from lguerard/imaris_convert_location #277

Merge pull request #100 from lguerard/imaris_convert_location

Merge pull request #100 from lguerard/imaris_convert_location #277

Workflow file for this run

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