Skip to content

Commit

Permalink
first workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aoltean-plenty authored Oct 14, 2024
1 parent dd19f23 commit 04602f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/first-example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: My First Workflow

on: push

jobs:
first_job:
runs-on: ubuntu-latest
steps:
- name: Welcome message
run: echo "My first Github Actions job"

- name: List files
run: ls

- name: Read file
run: cat README.md

0 comments on commit 04602f2

Please sign in to comment.