Skip to content

Merge branch 'main' of https://github.com/GintasS/Such-Much-AI-coding… #9

Merge branch 'main' of https://github.com/GintasS/Such-Much-AI-coding…

Merge branch 'main' of https://github.com/GintasS/Such-Much-AI-coding… #9

Workflow file for this run

---
name: Lint README.md
on:
push:
branches:
- main
paths:
- README.md
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out the current repo
uses: actions/checkout@v2
- name: Lint markdown files
uses: nosborn/github-action-markdown-cli@master
with:
files: README.md
config_file: ".markdownlint.json"