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 82ca865 commit 10b105dCopy full SHA for 10b105d
.github/workflows/onPush.yml
@@ -3,10 +3,12 @@ on:
3
push:
4
jobs:
5
staticCodeValidation:
6
+ name: Validation jobs
7
uses: navikt/sf-platform/.github/workflows/ciStaticCodeValidation.yml@main
8
permissions:
9
contents: read
10
buildAndPublish:
11
+ name: Build Jobs
12
needs: staticCodeValidation
13
uses: navikt/sf-platform/.github/workflows/buildAndPublish.yml@main
14
0 commit comments