mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
ci: verify that documentation is up-to-date
This commit is contained in:
parent
8feab845c4
commit
8ec28b2268
1 changed files with 20 additions and 0 deletions
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
|
|
@ -85,6 +85,26 @@ jobs:
|
|||
- name: lint
|
||||
run: make lint
|
||||
|
||||
########################
|
||||
# Verify documentation
|
||||
########################
|
||||
docs-check:
|
||||
name: verify that auto-generated documentation is up-to-date
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: setup go ${{ env.GO_VERSION }}
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '~${{ env.GO_VERSION }}'
|
||||
|
||||
- name: check
|
||||
run: make docs-check
|
||||
|
||||
########################
|
||||
# run unit tests
|
||||
########################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue