[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:
co-authored by
Aleksandr Bezobchuk
Aleksandr Bezobchuk
parent
64e1dd2f58
commit
bea9eadbf3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user