We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3278aa8 commit 837d704Copy full SHA for 837d704
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
run: |
117
find . -type f -print0 | xargs -0 sed -i 's:#!/usr/bin/with-contenv bash:#!/bin/bash:g'
118
- name: 🚀 Run ShellCheck
119
- uses: ludeeus/action-shellcheck@1.0.0
+ uses: ludeeus/action-shellcheck@1.1.0
120
env:
121
SHELLCHECK_OPTS: -s bash
122
with:
0 commit comments