Skip to content

Commit 1d085ef

Browse files
committed
implement 11.4 Date and directory contents
1 parent b6c450f commit 1d085ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/hello.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Say hello
13-
run: |
14-
echo "Hello World!"
13+
run: echo "Hello World!"
14+
- name: Now it is
15+
run: date
16+
- name: Directory content
17+
run: ls -l

0 commit comments

Comments
 (0)