1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 22:04:44 +00:00

change dead link check tool

This commit is contained in:
deadc0de6
2023-01-18 07:08:00 +01:00
parent 3127e30877
commit b3e79da7f9
3 changed files with 25 additions and 14 deletions

View File

@@ -12,17 +12,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests-requirements.txt
pip install -r requirements.txt
npm install -g remark-cli remark-validate-links
npm install -g markdown-link-check
- name: Run sequential tests
run: |
./tests.sh