From 4b5ea7413ba71aeac6f0bc71d37ece73b1dbb009 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 21 May 2025 16:52:21 -0300 Subject: [PATCH] ci: run linting on ci --- .github/workflows/lint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000000000000000000000000000000000000..50ad7c0bf32fb7ecabc93f6f580c8e8e64c0dee3 --- /dev/null +++ b/.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