Skip to content

Add pre-commit hooks and linting check on PR #1

Add pre-commit hooks and linting check on PR

Add pre-commit hooks and linting check on PR #1

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: shellcheck **/*.sh