Skip to content

Setup test for update-docs wf #9

Setup test for update-docs wf

Setup test for update-docs wf #9

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
paths:
- '**.sh'
jobs:
shellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: scripts/shellcheck.sh