Skip to content

Commit 19f0b81

Browse files
authored
Merge pull request rails#54676 from zzak/re-54569
Remove redundant package install for shellcheck
2 parents 4be4a72 + d98cdcf commit 19f0b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/devcontainer-shellcheck.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121

2222
- name: Lint Devcontainer Scripts
2323
run: |
24-
sudo apt install -y shellcheck
2524
find .devcontainer/ -name '*.sh' -print0 | xargs -0 shellcheck

0 commit comments

Comments
 (0)