Skip to content

Commit 10b105d

Browse files
committed
Bedre navn
1 parent 82ca865 commit 10b105d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/onPush.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ on:
33
push:
44
jobs:
55
staticCodeValidation:
6+
name: Validation jobs
67
uses: navikt/sf-platform/.github/workflows/ciStaticCodeValidation.yml@main
78
permissions:
89
contents: read
910
buildAndPublish:
11+
name: Build Jobs
1012
needs: staticCodeValidation
1113
uses: navikt/sf-platform/.github/workflows/buildAndPublish.yml@main
1214
permissions:

0 commit comments

Comments
 (0)