Skip to content

Merge pull request #75 from atc0005/fix-code-like-a-pro-section-header #58

Merge pull request #75 from atc0005/fix-code-like-a-pro-section-header

Merge pull request #75 from atc0005/fix-code-like-a-pro-section-header #58

Workflow file for this run

name: Links
on:
push:
branches: main
pull_request:
branches: main
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --accept 401,403 './**/*.md'