We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314369d commit dad20ffCopy full SHA for dad20ff
2 files changed
.github/workflows/code_standards.yaml
@@ -1,10 +1,6 @@
1
name: code standards
2
3
-on:
4
- push:
5
- branches: [ master ]
6
- pull_request:
7
+on: [push, pull_request]
8
9
jobs:
10
lint-java:
@@ -33,4 +29,4 @@ jobs:
33
29
- name: install dependencies
34
30
run: make install-go-ci-dependencies
35
31
- name: lint go
36
- run: make lint-go
32
+ run: make lint-go
.github/workflows/unit-tests.yml
name: unit tests
unit-test-java:
0 commit comments