Skip to content

Commit 0e54839

Browse files
Permission changes
Signed-off-by: Muthu <muthu.sundaravadivel@in.ibm.com>
1 parent a151d7b commit 0e54839

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/image-build-pr.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050
- name: unit-tests
5151
run: go test `go list ./... | grep -v integration`
5252
- name: checks
53-
run: make checks
53+
run: |
54+
echo "*********************Running checks*************************"
55+
la -al
56+
make checks
5457
- name: gosec
5558
run: make gosec
5659
- name: build

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ checks: license
6767

6868
.PHONY: license
6969
license:
70-
chmod +x @scripts/check-license.sh
70+
@scripts/check-license.sh

0 commit comments

Comments
 (0)