Skip to content

docs(README): add CodeBlockLabs #29

docs(README): add CodeBlockLabs

docs(README): add CodeBlockLabs #29

Workflow file for this run

name: Checking Broken Links
on:
push:
branches:
- main
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
linkChecking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]