Skip to content

Commit

Permalink
comment not indented like content erreor
Browse files Browse the repository at this point in the history
comment not indented like content erreor

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
  • Loading branch information
bensuperpc committed Jul 25, 2021
1 parent a996e41 commit d69ea38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ShellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
shell_type: [bash, ksh] # Disable dash and sh
# Disable dash and sh
shell_type: [bash, ksh]
steps:
- name: "📥 Checkout Code"
uses: actions/checkout@v2
Expand Down

0 comments on commit d69ea38

Please sign in to comment.