Skip to content

fix(docs): correct webmanifest name and guard deploy job against PR runs #162

fix(docs): correct webmanifest name and guard deploy job against PR runs

fix(docs): correct webmanifest name and guard deploy job against PR runs #162

Workflow file for this run

name: Validate PR
on:
pull_request:
types: [opened, edited, synchronize]
concurrency:
group: validate-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
validate:
uses: xberg-io/actions/.github/workflows/reusable-validate-pr.yml@v1
secrets: inherit