Skip to content

Commit

Permalink
[setup](build): pandoc-setup.yml(from @pandoc/actions)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 7, 2025
1 parent 8809c0f commit 7a5cfc3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pandoc-setup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name "Setup pandoc. from @pandoc/actions"

jobs:
pandoc:
steps:
- name: Install pandoc
uses: pandoc/actions/setup@v1

- name: Run pandoc
run: pandoc --version

0 comments on commit 7a5cfc3

Please sign in to comment.