Skip to content

Commit d98cdcf

Browse files
committed
Remove redundant package install for shellcheck
Pre-installed on ubuntu-latest (aka 24.04): https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#installed-apt-packages
1 parent 4be4a72 commit d98cdcf

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)