Skip to content

Update playground.yml #753

Update playground.yml

Update playground.yml #753

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
defaults:
run:
shell: bash
jobs:
playground:
runs-on: ubuntu-latest
steps:
- run: echo '${{toJSON(fromJSON('{\n}'))}}'