Browse Source

updated shellcheck workflow to use sh instead of bash

Siddharth Dushantha 5 năm trước cách đây
mục cha
commit
c417ce58ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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