Skip to content

initial github commit #1

initial github commit

initial github commit #1

Workflow file for this run

name: First Workflow
on:
- push
jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: Welcome Message
run: echo "My first GitHu Actions Job"
- name: List Files
run: ls
- name: Read file
run: cat dockerfile