Skip to content

Commit

Permalink
Add: doc link check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 27, 2020
1 parent 70ee3c3 commit ed19975
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
branches: [ master, dev ]

jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1

build:
name: build
runs-on: ubuntu-latest
Expand All @@ -19,7 +25,7 @@ jobs:
- run: yarn build

sync-branch:
needs: build
needs: [ link-check, build ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ed19975

Please sign in to comment.