Initial Commit

This commit is contained in:
Unmesh Gundecha
2021-02-14 22:03:29 +08:00
commit 68bee0a687
12 changed files with 1047 additions and 0 deletions

16
.github/workflows/workflow.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
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"