updates to tpsm deploy gd and adding content to tpsm ref design #1443
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: wrapped-links-checkw | |
on: | |
pull_request: | |
push: | |
jobs: | |
wrapped-links-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout repo content | |
uses: actions/checkout@v2 | |
- name: setup python | |
uses: actions/setup-python@v2 | |
with: | |
python-version: 3.8 | |
- name: check for wrapped links | |
run: | | |
python tests/wrapped-links.py |