Skip to content

Commit 82e5a14

Browse files
committed
add checkout action
1 parent b341b09 commit 82e5a14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
contents: write
1313
id-token: write
1414
steps:
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-node@v3
17+
with:
18+
node-version: 18
19+
registry-url: 'https://registry.npmjs.org'
20+
1521
- name: Test Converts markdown text to HTML
1622
uses: ./
1723
with:

0 commit comments

Comments
 (0)