mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
Test markdown changelog creation in CI
Extract a github action to install the same version used in the release workflow. In future we should probably migrate to requirements.txt or similar.
This commit is contained in:
10
.github/actions/install-sphinx-markdown-builder/action.yml
vendored
Normal file
10
.github/actions/install-sphinx-markdown-builder/action.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Install sphinx-markdown-builder
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: pip install sphinx-markdown-builder==0.6.8
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user