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

ci/tools: check-md.v: extract examples and check they are compilable (#6719)

This commit is contained in:
Delyan Angelov
2020-11-03 02:04:14 +02:00
committed by GitHub
parent ae241785bf
commit f32c6784e7
4 changed files with 376 additions and 97 deletions

View File

@@ -19,5 +19,5 @@ jobs:
- uses: actions/checkout@v2
- name: Build V
run: make
- name: Check docs line length
- name: Check docs line length & code examples
run: ./v run cmd/tools/check-md.v doc/docs.md doc/upcoming.md CHANGELOG.md