mirror of
https://github.com/restic/rest-server.git
synced 2026-09-26 05:51:24 -07:00
CI: Automatically check changelog entries
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user