mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-03 09:57:24 +02:00
added golangci-lint action
This commit is contained in:
parent
a076cc906f
commit
36783b8f04
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -29,6 +29,9 @@ jobs:
|
||||
- name: Build Admin dashboard UI
|
||||
run: npm --prefix=./ui ci && npm --prefix=./ui run build
|
||||
|
||||
- name: Run linter
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user