commit 2bc340d84ffa6a75a4355a664d002c4cfaf4a2e2 parent 5bb9bdeffe4de2c58f5f2c6bb05d6d23f405656f Author: aabacchus <ben@bvnf.space> Date: Mon, 3 May 2021 13:41:28 +0100 no need for nullglob when using find Diffstat:
M | .github/workflows/main.yml | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -7,5 +7,4 @@ jobs: - uses: actions/checkout@v2 - name: Run shellcheck run: | - shopt -s nullglob find -name build -or -name post-install -exec shellcheck {} +