We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139e065 commit 62c4be3Copy full SHA for 62c4be3
.github/workflows/build-test-publish.yml
@@ -12,24 +12,6 @@ on:
12
tags: [ "v*" ]
13
14
jobs:
15
- golangci:
16
- name: Run Linter
17
- runs-on: ubuntu-latest
18
- steps:
19
- - uses: actions/checkout@v6
20
- name: Checkout code
21
-
22
- - uses: actions/setup-go@v6
23
- name: Install Go
24
- with:
25
- go-version-file: go.mod
26
27
- - name: Run Golang Linter
28
- uses: golangci/golangci-lint-action@v6
29
30
- version: latest
31
- args: --timeout=5m
32
33
unit_integration_tests:
34
name: Unit and Integration tests
35
runs-on: ubuntu-latest
0 commit comments