Skip to content

Fix broken links in Contributing Terms page #133

Fix broken links in Contributing Terms page

Fix broken links in Contributing Terms page #133

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main # tests will be launched by workflow_call from the deploy workflow
pull_request:
types: [ opened, reopened ]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm run lint:markdown
- run: npm run lint:css
- run: npm run lint:js