Skip to content

chore: Ignore zsh in ShellCheck analysis #2

chore: Ignore zsh in ShellCheck analysis

chore: Ignore zsh in ShellCheck analysis #2

Workflow file for this run

on:
push:
branches:
- master
name: "Trigger: Push action"
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: >-
zsh