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 72b23f2 commit 021a93dCopy full SHA for 021a93d
.github/workflows/lint.yaml
@@ -27,6 +27,6 @@ jobs:
27
fetch-depth: 0
28
29
- name: Run golangci-lint
30
- uses: golangci/golangci-lint-action@v3.2.0
+ uses: golangci/golangci-lint-action@v3.6.0
31
with:
32
version: v1.45.2
.github/workflows/tests.yaml
@@ -33,6 +33,12 @@ jobs:
33
34
35
36
+ - uses: Kong/kong-license@master
37
+ if: steps.detect_if_should_run_enterprise.outputs.result == 'true'
38
+ id: license
39
+ with:
40
+ password: ${{ secrets.PULP_PASSWORD }}
41
+
42
- name: run unit tests
43
run: make test.unit
44
0 commit comments