Skip to content

Commit 7eee30f

Browse files
[setup](build): pandoc-setup.yml(from @pandoc/actions) (#108)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 8809c0f commit 7eee30f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pandoc-setup.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- name "Setup pandoc. from @pandoc/actions"
2+
3+
jobs:
4+
pandoc:
5+
steps:
6+
- name: Install pandoc
7+
uses: pandoc/actions/setup@v1
8+
9+
- name: Run pandoc
10+
run: pandoc --version

0 commit comments

Comments
 (0)