Skip to content

Added a shellcheck workflow for PRs #3

Added a shellcheck workflow for PRs

Added a shellcheck workflow for PRs #3

Workflow file for this run

name: Shellcheck
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- run: "shellcheck installer.sh"