Skip to content

Bump step-security/harden-runner in /.github/workflows #68

Bump step-security/harden-runner in /.github/workflows

Bump step-security/harden-runner in /.github/workflows #68

Workflow file for this run

on:
push:
name: "Trigger: Push action"
# permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
# env:
# SHELLCHECK_OPTS: -e SC2059 -e SC2034 -e SC1090
# with:
# scandir: './scripts'