Skip to content

Commit e7d0a40

Browse files
authored
Update main.yml
1 parent d041cb4 commit e7d0a40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ jobs:
99
steps:
1010
- name: Greet the User
1111
run: echo "Hello World!"
12+
# List all files in the current directory for comparison before and after actions/checkout@v2.
13+
- run: ls -l
14+
- uses: actions/checkout@v3
15+
- run: ls -l

0 commit comments

Comments
 (0)