Skip to content

add link to DeepField #121

add link to DeepField

add link to DeepField #121

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 }}