Skip to content

Bump omz-custom/plugins/zsh-completions from 9df3345 to df14fc4 #179

Bump omz-custom/plugins/zsh-completions from 9df3345 to df14fc4

Bump omz-custom/plugins/zsh-completions from 9df3345 to df14fc4 #179

Workflow file for this run

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"