Skip to content

feat(ci): add action to test the build #1

feat(ci): add action to test the build

feat(ci): add action to test the build #1

Workflow file for this run

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master