Skip to content

chore: remove crisis module from list of modules #434

chore: remove crisis module from list of modules

chore: remove crisis module from list of modules #434

Workflow file for this run

name: Markdown Linter
# Lint runs the markdown linter over all markdown files in the docs repository.
# This workflow is run on every pull request and push to main.
# The linter will pass without running if no *.md files have been changed.
on:
pull_request:
paths:
- '**.md'
push:
branches:
- main
paths:
- '**.md'
jobs:
markdown-lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: nosborn/[email protected]
with:
files: .
config_file: .markdownlint.yml
# ignore_path: .markdownlintignore
# Check only if there are differences in the source code
if: env.GIT_DIFF