Skip to content

Commit

Permalink
turbo run format
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <[email protected]>
  • Loading branch information
timostamm committed Aug 30, 2024
1 parent bb82b5c commit 9f4fb8f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand All @@ -87,7 +87,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand All @@ -104,7 +104,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand All @@ -127,7 +127,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand All @@ -147,7 +147,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-express.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-fastify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conformance-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: "npm"
- uses: actions/cache@v4
with:
path: .turbo
Expand Down

0 comments on commit 9f4fb8f

Please sign in to comment.