Skip to content

fix: harden Apps page against errors from corrupt caches and malformed data #24

fix: harden Apps page against errors from corrupt caches and malformed data

fix: harden Apps page against errors from corrupt caches and malformed data #24

name: Build CA PR preview
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- name: Build installable preview
run: ./scripts/build-pr-preview.sh "${{ github.event.pull_request.number }}" "${{ github.event.pull_request.head.sha }}"
- uses: actions/upload-artifact@v7
with:
name: ca-pr-preview
path: dist/pr-preview/
if-no-files-found: error
retention-days: 7