Skip to content

Commit e5b01d0

Browse files
committed
ci: implement comprehensive GitHub Actions workflow for testing and validation
1 parent 3e6b81d commit e5b01d0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,6 @@ jobs:
167167
with:
168168
name: test-summary
169169
path: test-summary.md
170-
runs-on: ubuntu-latest
171-
172-
steps:
173-
- name: Checkout
174-
uses: actions/checkout@v4
175-
176-
- name: Install ShellCheck
177-
run: |
178-
sudo apt-get update
179-
sudo apt-get install -y shellcheck
180-
181170
- name: Run ShellCheck
182171
run: |
183172
chmod +x .github/scripts/test-shellcheck.sh

0 commit comments

Comments
 (0)