Skip to content

chore(deps): update zizmorcore/zizmor-action action to v0.6.3 #107

chore(deps): update zizmorcore/zizmor-action action to v0.6.3

chore(deps): update zizmorcore/zizmor-action action to v0.6.3 #107

Workflow file for this run

name: Run ShellCheck
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
run_shellcheck:
name: Run ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install ShellCheck
run: sudo apt install -y shellcheck
- name: Run ShellCheck
run: shellcheck setup-testlens.sh