Skip to content

feature/playground

feature/playground #17

Workflow file for this run

name: Pull request
on:
pull_request:
types: [ opened, synchronize, reopened ]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
uses: ./.github/workflows/test.yml
secrets:
GIST_SECRET: ${{ secrets.GIST_SECRET }}