Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This is a basic workflow with link checks in md files

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
2 changes: 0 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ They have admin access to the repo and provide support reviewing issues and pull
* Raw and engineered feature explanations and transformations
* **[Ilya Matiach](https://github.com/imatiach-msft)**
* TabularExplainer, MimicExplainer, PFI and SHAP explainers
* **[Janhavi Mahajan](https://github.com/jahavi13)**
* Explanation Visualization dashboard: Cohort Editor
* **[Mark Soper](https://github.com/marksoper)**
* Explanation serialization
* **[Mehrnoosh Sameki](https://github.com/mesameki)**
Expand Down