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

add node for doc testing

This commit is contained in:
deadc0de6
2023-01-19 22:53:34 +01:00
parent 4a26450a2d
commit 935cf09971

View File

@@ -12,11 +12,16 @@ 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
- name: Run sequential tests
run: |
./tests.sh