Skip to content

Commit d3d9621

Browse files
committed
🎉
1 parent b93270f commit d3d9621

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@jmeisele
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: learn-github-actions
2+
on: [push]
3+
jobs:
4+
echo:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- run: echo "hello from github actions!"

0 commit comments

Comments
 (0)