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:

committed by
GitHub

parent
6f7c103e50
commit
20d900a21d
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user