Skip to content

Clarify goal of the spec + trailing commas seperate page #18

Clarify goal of the spec + trailing commas seperate page

Clarify goal of the spec + trailing commas seperate page #18

Workflow file for this run

name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
pages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./
preview-branch: main