Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into patch4
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel authored Dec 19, 2023
2 parents a1419b2 + d9dccbe commit 3197d9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: 'recursive'
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: .tool-versions
- run: yarn --immutable --immutable-cache --check-cache

build:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version-file: .tool-versions
- run: yarn --immutable --immutable-cache
- run: yarn build

Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version-file: .tool-versions
- run: yarn --immutable --immutable-cache
- run: yarn lint:prettier --loglevel debug

Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version-file: .tool-versions
- run: yarn --immutable --immutable-cache
- run: yarn lint:tsc

Expand All @@ -71,7 +71,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version-file: .tool-versions
- run: yarn --immutable --immutable-cache
- run: yarn lint:eslint

Expand All @@ -85,7 +85,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version-file: .tool-versions
- run: yarn --immutable --immutable-cache
- run: yarn test

Expand All @@ -100,7 +100,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version-file: .tool-versions

- name: Cypress run
uses: cypress-io/github-action@v5
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
node-version-file: .tool-versions

- name: Cypress run
uses: cypress-io/github-action@v5
Expand Down

0 comments on commit 3197d9c

Please sign in to comment.