Skip to content

⬆️ Update markdownlint-cli to v0.37 #236

⬆️ Update markdownlint-cli to v0.37

⬆️ Update markdownlint-cli to v0.37 #236

Workflow file for this run

# For more information about the configurations used
# in this file, please see the GitHub Actions documentation.
#
# https://docs.github.com/en/actions
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint shell files
run: ./scripts/lint/shell.sh
- name: Lint Markdown files
run: ./scripts/lint/markdown.sh
- name: Check links from Markdown file
run: ./scripts/check_links/markdown.sh
name: Ubuntu
on: push