Skip to content

Commit

Permalink
github-actions: add a GH action to run make check for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SteVwonder committed Jun 19, 2020
1 parent 85bfbb0 commit b0f6125
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ jobs:
fetch-depth: 0
- run: git fetch origin master
- uses: flux-framework/pr-validator@master
make-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get update -y && apt-get install -y enchant"
build-command: 'make check'
docs-folder: './'

0 comments on commit b0f6125

Please sign in to comment.