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 7513c37 commit bd7a7efCopy full SHA for bd7a7ef
.github/actions/setup-install/action.yml
@@ -20,4 +20,4 @@ runs:
20
21
- name: Installere dependencies
22
shell: bash
23
- run: HUSKY=0 yarn install --immutable
+ run: yarn install --immutable
.github/actions/setup-yarnrc/action.yml
@@ -8,9 +8,9 @@ inputs:
8
runs:
9
using: composite
10
steps:
11
- - shell: bash
+ - name: Setup yarn-config
12
+ shell: bash
13
run: |
- corepack enable
14
yarn config set npmScopes.navikt.npmRegistryServer "https://npm.pkg.github.com"
15
yarn config set npmScopes.navikt.npmAlwaysAuth true
16
yarn config set npmScopes.navikt.npmAuthToken ${{ inputs.npmAuthToken }}
0 commit comments