Skip to content

Update playground.yml #740

Update playground.yml

Update playground.yml #740

Workflow file for this run

name: Playground
on:
workflow_dispatch:
pull_request:
push:
paths: ['.github/workflows/playground.yml', '**/*.yml']
release:
types:
- published
- released
permissions:
checks: write
jobs:
playground:
if: true
runs-on: windows-latest
steps:
- run: node <<< "const path = require('path'); console.log(path.sep);"
- run: node <<< "const path = require('path'); console.log(path.sep);"
shell: bash