Files
howtheysre/.github/workflows/workflow.yml
Unmesh Gundecha 68bee0a687 Initial Commit
2021-02-14 22:03:29 +08:00

17 lines
284 B
YAML

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: markdown syntax
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: README.md
config_file: ".markdownlint.json"