Skip to content

Commit

Permalink
block 27 e hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
Michell Brito authored and Michell Brito committed Jan 17, 2024
1 parent bc3aa81 commit cfd0d57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/block27E.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: My Workflow
on: [push]
jobs:
greet:
runs-on: ubuntu-latest
steps:
- name: Print a message
run: echo "Hello, world!"

0 comments on commit cfd0d57

Please sign in to comment.