Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 4b5ea74

Browse files
andreyneringkujtimiihoxha
authored andcommitted
ci: run linting on ci
1 parent 26d9141 commit 4b5ea74

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: lint
2+
on:
3+
push:
4+
pull_request:
5+
6+
jobs:
7+
lint:
8+
uses: charmbracelet/meta/.github/workflows/lint.yml@main
9+
with:
10+
golangci_path: .golangci.yml

0 commit comments

Comments
 (0)