Просмотр исходного кода

updated shellcheck workflow to use sh instead of bash

Siddharth Dushantha 5 лет назад
Родитель
Сommit
c417ce58ca
1 измененных файлов с 1 добавлено и 1 удалено
  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
       # Runs a set of commands using the runners shell
       - name: Run shellcheck
       - name: Run shellcheck
         run: |
         run: |
-          shellcheck tmpmail
+          shellcheck -s sh tmpmail