Explorar el Código

updated shellcheck workflow to use sh instead of bash

Siddharth Dushantha hace 5 años
padre
commit
c417ce58ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -20,4 +20,4 @@ jobs:
       # Runs a set of commands using the runners shell
       - name: Run shellcheck
         run: |
-          shellcheck tmpmail
+          shellcheck -s sh tmpmail