Bump omz-custom/plugins/zsh-completions from 10dd51d
to d24f58d
#160
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
name: "ShellCheck" | |
jobs: | |
shellcheck: | |
name: Shellcheck | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run ShellCheck (./bin) | |
uses: ludeeus/[email protected] | |
env: | |
SHELLCHECK_OPTS: -e SC1071 | |
with: | |
scandir: "./bin" | |
- name: Run ShellCheck (./utils) | |
uses: ludeeus/[email protected] | |
with: | |
scandir: "./utils" |