Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions .github/workflows/pr-validate.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
name: PR Validation

name: PR Validate
on: pull_request

jobs:
build:
spellcheck:
name: spellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run spellcheck
uses: rojopolis/spellcheck-github-actions@0.16.0
markdownlint:
name: markdownlint-cli
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm install markdownlint-cli
- run: make markdownlint
- name: Install markdownlint
run: npm install markdownlint-cli
- name: Run markdownlint
run: make markdownlint
1 change: 1 addition & 0 deletions spellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
spellchecker: aspell