Skip to content

Port to TypeScript

Port to TypeScript #18

name: Pull request validation
on:
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
call-workflow:
strategy:
matrix:
switch: [current]
uses: compulim/workflows/.github/workflows/pull-request-validation.yml@main
with:
github-pages: false
package-name: version-from-git
project-type: legacy
skip-integration-test: true
switch: ${{ matrix.switch }}