Skip to content

Commit

Permalink
chore: Combine docs-related workflows into one for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Nov 17, 2023
1 parent 21e3afc commit 3fbe99c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 47 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/docs-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Documentation tests
on:
pull_request:
types: [opened, synchronize, reopened]

jobs:

markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
files: 'docs/**/*.md'

vale:
name: vale action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
with:
files: '["README.md", "docs"]'
filter_mode: file

linkcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Markup Link Checker (mlc)
uses: becheran/[email protected]
with:
args: ./docs
15 changes: 0 additions & 15 deletions .github/workflows/markdownlint.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/mlc-link-check.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/vale.yaml

This file was deleted.

0 comments on commit 3fbe99c

Please sign in to comment.