Skip to content

ci: align workflows standard to use the new reusable workflows and actions #1

ci: align workflows standard to use the new reusable workflows and actions

ci: align workflows standard to use the new reusable workflows and actions #1

Workflow file for this run

name: PR Checks
on:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build
uses: ./.github/workflows/build-and-upload.yml
secrets:
npm_token: ${{ secrets.npm_token }}
pr_checks:
needs: build
uses: ./.github/workflows/test.yml
secrets:
npm_token: ${{ secrets.npm_token }}