Skip to content

Digitize Heatap

Digitize Heatap #120

Workflow file for this run

on: [push, pull_request]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lychee Link Checker
id: lychee
uses: lycheeverse/[email protected]
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}