From 5c5f440085255bf7f11af589faa4fa14d74f9294 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 19:34:08 -0800 Subject: Fix scrolling behavior, CI linting, and update Dockerfile --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed82c88..054cd1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,16 +24,13 @@ jobs: mkdir -p web/dist/v3 touch web/dist/v3/dummy - - name: Vet - run: go vet ./... - - name: Lint uses: golangci/golangci-lint-action@v7 with: version: v2.10.1 - name: Test - run: go test -v -race ./... + run: go test -v -race -cover ./... frontend: name: Frontend (Node) -- cgit v1.2.3