Skip to content

Commit f7950c2

Browse files
authored
Create main.yml
1 parent a9cb73d commit f7950c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Generate Podcast Feeds
2+
on: [push]
3+
4+
jobs:
5+
build:
6+
runs-on: ""
7+
steps:
8+
- name: Checkout the current repository
9+
uses: actions/checkout@v4
10+
- name: Step 2

0 commit comments

Comments
 (0)