Skip to content

fix scheme and remap #17

fix scheme and remap

fix scheme and remap #17

Workflow file for this run

name: Links
on:
push:
pull_request:
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: kemingy/[email protected]
with:
fail: true
lycheeVersion: nightly
args: --verbose --no-progress .
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}