Skip to content

Add ShellCheck linting with GitHub Actions CI #1

Add ShellCheck linting with GitHub Actions CI

Add ShellCheck linting with GitHub Actions CI #1

Workflow file for this run

name: ShellCheck
on:
push:
branches: [main]
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
run: bash scripts/lint.sh