mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
CI: Automatically check changelog entries
This commit is contained in:
parent
20c4cdedfc
commit
aeb5e2982f
1 changed files with 8 additions and 0 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -50,6 +50,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
||||||
|
- name: Check changelog files with calens
|
||||||
|
run: |
|
||||||
|
echo "install calens"
|
||||||
|
go install github.com/restic/calens@latest
|
||||||
|
|
||||||
|
echo "check changelog files"
|
||||||
|
calens
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue