Skip to content

Merge branch 'main' of github.com:kelvins/algorithms-and-data-structures #678

Merge branch 'main' of github.com:kelvins/algorithms-and-data-structures

Merge branch 'main' of github.com:kelvins/algorithms-and-data-structures #678

Workflow file for this run

name: Link Checker
on: [push, pull_request]
jobs:
link-checker:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@main
- name: Check Links
uses: lycheeverse/lychee-action@v1.7.0
with:
fail: true