瀏覽代碼

updated shellcheck workflow to use sh instead of bash

Siddharth Dushantha 5 年之前
父節點
當前提交
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
       - name: Run shellcheck
         run: |
-          shellcheck tmpmail
+          shellcheck -s sh tmpmail