updates for rohd forum agenda 2023 Dec 6 (#45) #111
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: General | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
run-checks: | |
name: Run Checks | |
permissions: {} | |
timeout-minutes: 30 | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Lint Markdown files | |
uses: DavidAnson/markdownlint-cli2-action@v11 | |
with: | |
globs: '**/*.md #rohd/api/static-assets/readme.md' | |
- name: Check Markdown links | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
use-quiet-mode: yes # output is too noisy, see https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/121 | |
config-file: .github/configs/mlc_config.json | |