Files
howtheysre/.github/workflows/workflow.yml
Unmesh Gundecha 410e4cf0a3 Fix workflows
2021-02-21 00:09:14 +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"