mirror of https://github.com/astral-sh/ruff
Update name of Playground job
This commit is contained in:
parent
bdb1505262
commit
89cebe1ce2
|
|
@ -1,4 +1,4 @@
|
||||||
name: Playground
|
name: "[Playground] Release"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
cache: 'npm'
|
cache: "npm"
|
||||||
cache-dependency-path: playground/package-lock.json
|
cache-dependency-path: playground/package-lock.json
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue