Skip to content

Reccomend esp-generate instead of esp-template #90

Reccomend esp-generate instead of esp-template

Reccomend esp-generate instead of esp-template #90

Workflow file for this run

name: Check Links
on:
push:
pull_request:
jobs:
link-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.0
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}