Skip to content

Lint

Lint #201

Workflow file for this run

name: Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Run lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install shfmt
uses: mfinelli/setup-shfmt@v4
- name: Run pre-commit
uses: pre-commit/action@v3.0.1