clean up PR for merge

This commit is contained in:
Austin Valle 2023-10-27 08:34:14 -04:00
parent 1061286fbc
commit f55ee1bba3
5 changed files with 46205 additions and 155 deletions

View file

@ -7,16 +7,9 @@ on:
pull_request:
jobs:
check-dist-call:
check-dist:
name: Check dist/ directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: 20.x
node-caching: npm
call-basic-validation:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: 20.x
node-caching: npm
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
test:
name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189