Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 7eaf603

Browse files
authored
Integrate UCI go lint (#111)
Integrate UCI basic go linting into sei-db.
1 parent d383a76 commit 7eaf603

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/uci-go-lint.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: UCI
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
12+
13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
15+
cancel-in-progress: true
16+
17+
jobs:
18+
go-lint:
19+
name: Go
20+
uses: sei-protocol/uci/.github/workflows/go-lint.yml@v0.0.1

0 commit comments

Comments
 (0)