Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

ci: run workflows on every commit #26

ci: run workflows on every commit

ci: run workflows on every commit #26

Workflow file for this run

name: Markdown CI
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: "**/*.md"
config_file: .markdownlint.yml
dot: true