Skip to content

Added action to test for links that do not work anymore #1

Added action to test for links that do not work anymore

Added action to test for links that do not work anymore #1

Workflow file for this run

name: 'Quality'
on: [ push ]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
- name: Install
run: npm install
- name: Lint
run: npm run lint
Links:
runs-on: ubuntu-latest
steps:
- name: Run htmltest
uses: wjdp/htmltest-action@master
with:
config: .htmltest.yml