commit 5615327467aee4f88b51ce5db5896f770c818584 parent ee2efd0d65bf8e355da8b7eaf6d86575c6f4432c Author: Dylan Araps <dylan.araps@gmail.com> Date: Fri, 23 Aug 2019 10:29:35 +0000 docs: update Diffstat:
M | .github/workflows/main.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v1 - name: Run shellcheck. - run: shellcheck kiss + run: shellcheck -e 2030,2031 kiss