Skip to content

Commit 64c4433

Browse files
Create accessibility.yml
1 parent 2c95820 commit 64c4433

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .github/workflows/accessibility.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Markdown Helper
2+
3+
# 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.
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Markdown Accessibility
12+
uses: sam9111/[email protected]

0 commit comments

Comments
 (0)