Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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:
Expand Down