Skip to content

Ng pixijs

Ng pixijs #2

Workflow file for this run

name: 📝 PR Checks
on: [pull_request]
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
base: ${{github.event.pull_request.base.ref}}
test:
uses: ./.github/workflows/test.yml
with:
base: ${{github.event.pull_request.base.ref}}
build:
uses: ./.github/workflows/build.yml
with:
base: ${{github.event.pull_request.base.ref}}