Skip to content

Commit 6abd719

Browse files
committed
Install pandoc in GitHub lint action
1 parent 3a601b4 commit 6abd719

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
15+
16+
- name: Install pandoc
17+
uses: pandoc/actions/setup@v1
1518

1619
- name: Set up Python
1720
uses: actions/setup-python@v5
@@ -28,7 +31,7 @@ jobs:
2831
runs-on: ubuntu-latest
2932

3033
steps:
31-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3235

3336
- name: Install Neovim
3437
uses: rhysd/action-setup-vim@v1

0 commit comments

Comments
 (0)