[ENG-711]: First write through of the spec (#57)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
This commit is contained in:
David Terpay
2023-04-18 19:46:43 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk Aleksandr Bezobchuk
parent 64e1dd2f58
commit bea9eadbf3
6 changed files with 348 additions and 1 deletions
+11
View File
@@ -24,3 +24,14 @@ jobs:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
only-new-issues: true
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Lint markdown
uses: avto-dev/markdown-lint@v1
with:
args: "**/*.md"