diff --git a/README.md b/README.md index 3d2679b..8ec46af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Dexgram [![CI](https://img.shields.io/github/actions/workflow/status/yashau/dexgram/ci.yml?branch=main&style=for-the-badge&label=CI)](https://github.com/yashau/dexgram/actions/workflows/ci.yml) @@ -405,8 +407,8 @@ Run the same checks used by GitHub Actions: .\scripts\check.ps1 ``` -The script verifies `gofmt`, runs tests and coverage, and runs the pinned -`golangci-lint`. +The script verifies `gofmt`, runs tests and coverage, runs the pinned +`golangci-lint`, and rejects tracked Go files over 1000 lines. Version metadata lives in `cmd/dexgram/versioninfo.json`. Regenerate the Go and Windows resource files with: