.github/workflows/lint.yml 🔗
@@ -0,0 +1,10 @@
+name: lint
+on:
+ push:
+ pull_request:
+
+jobs:
+ lint:
+ uses: charmbracelet/meta/.github/workflows/lint.yml@main
+ with:
+ golangci_path: .golangci.yml
Andrey Nering created
.github/workflows/lint.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
@@ -0,0 +1,10 @@
+name: lint
+on:
+ push:
+ pull_request:
+
+jobs:
+ lint:
+ uses: charmbracelet/meta/.github/workflows/lint.yml@main
+ with:
+ golangci_path: .golangci.yml