Markdown Helper #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Markdown Helper | |
# Runs only when triggered manually. You can also trigger this action on a schedule or on push or pull request events by changing the on section. | |
on: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Markdown Accessibility | |
uses: sam9111/[email protected] |