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:
|
||||
workflow_dispatch:
|
||||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'npm'
|
||||
cache: "npm"
|
||||
cache-dependency-path: playground/package-lock.json
|
||||
- uses: actions/cache@v3
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue