1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: add a simple line length tool to check docs.md

This commit is contained in:
Don Alfons Nisnoni
2020-02-20 20:41:03 +08:00
committed by GitHub
parent 6f7c103e50
commit 20d900a21d
3 changed files with 41 additions and 0 deletions

View File

@@ -249,3 +249,12 @@ jobs:
#node hi.js
- name: Test v binaries
run: ./v -silent build-vbinaries
docs-line-len-check:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Build
run: make
- name: Check docs line length
run: ./v run cmd/tools/check-md.v doc/docs.md CHANGELOG.md