mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
Add shellcheck
This commit is contained in:
parent
6436189cda
commit
fce79125d1
10
.github/workflows/installer.yaml
vendored
10
.github/workflows/installer.yaml
vendored
|
|
@ -2,6 +2,16 @@ name: zinit installer
|
|||
on: [push, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
scandir: './scripts'
|
||||
|
||||
zinit-installer:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue