This commit is contained in:
2024-03-22 03:47:51 +05:30
parent 8bcf3d211e
commit 89819f6fe2
28440 changed files with 3211033 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: pull_request job
on:
pull_request:
branches: '*'
jobs:
call-resuable-workflows:
uses: ./.github/workflows/resuable-workflows.yml
with:
node-version: '["16.x", "18.x", "20.x"]'
# secrets:
# envPAT: ${{ secrets.envPAT }}