Skip to content

remove WIP concept exercises from config.json: there is no WIP #198

remove WIP concept exercises from config.json: there is no WIP

remove WIP concept exercises from config.json: there is no WIP #198

Workflow file for this run

name: Links
on:
pull_request:
paths:
# - '.github/workflows/links.yml' Temporarily disabled by @Stargator
- 'concept/**/*.md'
- 'concept/**/links.json'
- 'docs/*.md'
# - 'exercises/**/*.md' Temporarily disabled by @Stargator
- 'reference/*.md'
- '*.md'
- '**/**/*.md'
- '**/*.md'
repository_dispatch:
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Link Checker
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621
with:
args: --verbose --no-progress --require-https .
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}