Skip to content

Add new eddy current probe support with tap functionality #188

Add new eddy current probe support with tap functionality

Add new eddy current probe support with tap functionality #188

Workflow file for this run

name: Ruff
on:
pull_request:
workflow_dispatch:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"