Skip to content

Commit a630673

Browse files
committed
fix: add echo steps to ci-check job
1 parent 89a0d46 commit a630673

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ jobs:
7777
ci-check:
7878
runs-on: ubuntu-latest
7979
needs: [lint, test]
80-
timeout-minutes: 1
80+
timeout-minutes: 1
81+
steps:
82+
- name: Check
83+
run: echo "All checks passed"

0 commit comments

Comments
 (0)