Skip to content

Commit

Permalink
ENDOC-776 Enable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nshaw committed Dec 16, 2023
1 parent ca024a9 commit bfffcbf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docs-lint-md.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Entando Docs
on: [push]
env:
DOCS_DIR: vuepress
jobs:
run-check-md:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: vuepress/yarn.lock
- run: |
cd $GITHUB_WORKSPACE/$DOCS_DIR
yarn install
yarn docs:lint-md

0 comments on commit bfffcbf

Please sign in to comment.