Skip to content

Update footer.js #19

Update footer.js

Update footer.js #19

Workflow file for this run

name: Check URLs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
urlchecker:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install link-checker
run: npm install -g linkinator
- name: Run link check
run: linkinator --recurse . --skip "localhost"