ci: run linting on ci

Andrey Nering created

Change summary

.github/workflows/lint.yml | 10 ++++++++++
1 file changed, 10 insertions(+)

Detailed changes

.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