Skip to content

Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.0 (#9) #253

Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.0 (#9)

Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.0 (#9) #253

Workflow file for this run

name: Test documentation

Check failure on line 1 in .github/workflows/test_docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_docs.yml

Invalid workflow file

(Line: 8, Col: 6): Unexpected value ''
on:
pull_request:
push:
schedule:
- cron: "0 2 * * *" # run at 2 AM UTC
-
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Cancel Workflow Action
uses: styfle/cancel-workflow-action@0.12.0
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install -r requirements_dev.txt
pip install .
sudo apt install pandoc
- name: Test documentation
run: |
cd docs
make html