Update check.yml

This commit is contained in:
Gwynne Raskind 2023-05-30 06:48:13 -05:00 committed by GitHub
parent 7ef44244a7
commit f93fdcbf92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -11,15 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install -r requirements.txt
run: pip install -r requirements.txt
- name: Build documentation
run: |
mkdocs build
run: mkdocs build
- name: Setup cloudformation linter
uses: ScottBrenner/cfn-lint-action@v2.2.1
uses: ScottBrenner/cfn-lint-action@v2
- name: Run cloudformation lint
run: cfn-lint -t stack.yml
- name: Check dead links