Skip to content

Commit 09ba1e7

Browse files
committed
formatting
1 parent 8e3c24f commit 09ba1e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/post-merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run_helm_build: true
3131
run_helm_push: true
3232
secrets: inherit
33+
3334
lint:
3435
runs-on: ubuntu-latest
3536
steps:
@@ -61,4 +62,4 @@ jobs:
6162
ref: ${{ github.head_ref }}
6263

6364
- name: Test code
64-
run: make test
65+
run: make test

0 commit comments

Comments
 (0)