mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
CI: Automatically check changelog entries
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -50,6 +50,14 @@ jobs:
|
||||
run: |
|
||||
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:
|
||||
name: lint
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user