From 9d44a5e0ea60d68e37f3992dc69d8c5abd4598f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Le=C3=A3o?= Date: Tue, 15 Oct 2019 16:09:38 -0300 Subject: [PATCH] adding validation workflow action --- .github/workflows/validatelinks.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/validatelinks.yml diff --git a/.github/workflows/validatelinks.yml b/.github/workflows/validatelinks.yml new file mode 100644 index 0000000..e160399 --- /dev/null +++ b/.github/workflows/validatelinks.yml @@ -0,0 +1,23 @@ +name: links-validation + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Set up Python 3.7 + uses: actions/setup-python@v1 + with: + python-version: 3.7 + - name: Install dependencies && show version + run: | + python -m pip install -U pip + pip install git+git://github.com/ellisonleao/vl.git@py3 + vl --version + - name: Validate links + run: | + vl README.md --debug -w gamesounds.xyz,vungle.com,renderhjs.net -a 503,405,401,403