Skip to content

Fix: update the CoC link #65

Fix: update the CoC link

Fix: update the CoC link #65

Workflow file for this run

name: check links
on:
pull_request:
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'config.json'