aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 98141be..0a87c1a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,6 +21,11 @@ jobs:
- name: Vet
run: go vet ./...
+ - name: Lint
+ uses: golangci/golangci-lint-action@v4
+ with:
+ version: v1.54
+
- name: Test
run: go test -v ./...
@@ -43,5 +48,8 @@ jobs:
- name: Install dependencies
run: npm ci
+ - name: Lint
+ run: npm run lint
+
- name: Test
run: npm test -- --run