Skip to content

ci: 👷 add Elixir CI #2

ci: 👷 add Elixir CI

ci: 👷 add Elixir CI #2

Workflow file for this run

name: Markdown CI
on:
push:
branches:
- master
paths:
- ".github/workflows/*"
- ".markdownlint.jsonc"
- "**/*.md"
pull_request:
branches:
- master
paths:
- ".github/workflows/*"
- ".markdownlint.jsonc"
- "**/*.md"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: "*.md"
config_file: .markdownlint.jsonc
dot: true