Skip to content

Merge remote-tracking branch 'origin/create-public-elb-checker-rule' … #77

Merge remote-tracking branch 'origin/create-public-elb-checker-rule' …

Merge remote-tracking branch 'origin/create-public-elb-checker-rule' … #77

Workflow file for this run

name: Test Docs
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Test Docs
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: make install-docs
- run: make test-docs