Skip to content

Create dead-links-check.yml #14

Create dead-links-check.yml

Create dead-links-check.yml #14

Workflow file for this run

# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# name: Adversary Emulation Tests
# on: [push, pull_request]
# jobs:
# build:
# runs-on: ubuntu-latest
# name: Test Emulation Plans
# steps:
# - uses: actions/checkout@v2
# - name: Set up Python 3.8
# uses: actions/setup-python@v2
# with:
# # Semantic version range syntax or exact Python version
# python-version: '3.8'
# - name: Install and update essential dependencies
# run: |
# pip install -U pip setuptools
# pip install tox-gh-actions
# - name: Run tests
# run: |
# tox