Nick Schonning
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
0 deletions
-
.github/workflows/lint-css.yml
-
.github/workflows/lint-js.yml
-
.github/workflows/lint-json.yml
-
.github/workflows/lint-yml.yml
|
|
@ -36,6 +36,7 @@ jobs: |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
cache: yarn |
|
|
|
node-version-file: '.nvmrc' |
|
|
|
|
|
|
|
- name: Install all yarn packages |
|
|
|
run: yarn --frozen-lockfile |
|
|
|
|
|
@ -32,6 +32,7 @@ jobs: |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
cache: yarn |
|
|
|
node-version-file: '.nvmrc' |
|
|
|
|
|
|
|
- name: Install all yarn packages |
|
|
|
run: yarn --frozen-lockfile |
|
|
|
|
|
@ -32,6 +32,7 @@ jobs: |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
cache: yarn |
|
|
|
node-version-file: '.nvmrc' |
|
|
|
|
|
|
|
- name: Install all yarn packages |
|
|
|
run: yarn --frozen-lockfile |
|
|
|
|
|
@ -34,6 +34,7 @@ jobs: |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
cache: yarn |
|
|
|
node-version-file: '.nvmrc' |
|
|
|
|
|
|
|
- name: Install all yarn packages |
|
|
|
run: yarn --frozen-lockfile |
|
|
|