Skip to content

ci: add action to update the project column of issues based on label … #67

ci: add action to update the project column of issues based on label …

ci: add action to update the project column of issues based on label … #67

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'