Skip to content

Silence warning from sectsty #22

Silence warning from sectsty

Silence warning from sectsty #22

Workflow file for this run

name: Tidy
on:
workflow_dispatch:
push:
# Run every time a shell script changes
paths:
- '**/*.sh'
pull_request: {}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ShellCheck
run: |
sudo apt-get install -y shellcheck
make lint