Skip to content

Revert "WC: Tweak single input shutter direction selection" #263

Revert "WC: Tweak single input shutter direction selection"

Revert "WC: Tweak single input shutter direction selection" #263

Workflow file for this run

name: check format
on:
push:
pull_request:
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check formatting
run: make check-format