chore(workflows): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -32,8 +32,8 @@ jobs:
|
|||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.2.2
|
- name: Install pnpm 🎒
|
||||||
name: Install pnpm
|
uses: pnpm/action-setup@v2.2.2
|
||||||
with:
|
with:
|
||||||
version: 7
|
version: 7
|
||||||
run_install: false
|
run_install: false
|
||||||
@@ -58,14 +58,14 @@ jobs:
|
|||||||
- name: Install dependencies 👨🏻💻
|
- name: Install dependencies 👨🏻💻
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Turbo Cache
|
- name: Setup Turbo cache 🏎️
|
||||||
id: turbo-cache
|
id: turbo-cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: .turbo
|
path: .turbo
|
||||||
key: ${{ runner.os }}-turbo-${{ github.sha }}
|
key: turbo-${{ runner.os }}-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-turbo-
|
turbo-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Run linter 🧹
|
- name: Run linter 🧹
|
||||||
run: pnpm run lint --cache-dir=.turbo
|
run: pnpm run lint --cache-dir=.turbo
|
||||||
|
|||||||
Reference in New Issue
Block a user