Skip to content

Shellcheck script linting #2

Shellcheck script linting

Shellcheck script linting #2

Workflow file for this run

name: Lint shell scripts
on:
pull_request:
types:
- opened
jobs:
shellcheck:
name: shellcheck, lint
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v4
- name: Shellcheck
uses: ludeeus/[email protected]