Skip to content

fix link to Rust on ESP book (#59) #122

fix link to Rust on ESP book (#59)

fix link to Rust on ESP book (#59) #122

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/[email protected]
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}