Skip to content

implement 11.4 Date and directory contents #2

implement 11.4 Date and directory contents

implement 11.4 Date and directory contents #2

Workflow file for this run

name: Hello World!
on:
push:
branches:
- main
jobs:
hello_world_job:
runs-on: ubuntu-20.04
steps:
- name: Say hello
run: echo "Hello World!"
- name: Now it is
run: date
- name: Directory content
run: ls -l