Skip to content

ci: add cleanup

ci: add cleanup #1

# This workflow deletes the preview deployments created for pull requests

Check failure on line 1 in .github/workflows/pr-preview-cleanup.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-preview-cleanup.yaml

Invalid workflow file

(Line: 15, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
name: PR Preview Cleanup
on:
pull_request:
types: [closed]
jobs:
cleanup-pr-previews:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Delete