Skip to content

Commit fd04a84

Browse files
committed
Add a check for folder.
Signed-off-by: Jay Zhang <[email protected]>
1 parent ac8f9bf commit fd04a84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
repository: fatcat-z/tensorflow-onnx
2020
ref: migrate_ci
2121

22+
- name: Check folder
23+
run: ls ./.github/workflows/
24+
2225
# Call the composite action defined in my-action.yml
2326
- uses: ./.github/workflows/setup.yml

0 commit comments

Comments
 (0)