added throttling support

This commit is contained in:
luke-hagar-sp
2024-02-29 15:52:30 -05:00
parent 91ad80af1b
commit 91c17e7b89
4 changed files with 37 additions and 5919 deletions

View File

@@ -11,11 +11,15 @@ jobs:
with:
node-version: "20"
- name: Install dependencies
run: yarn install
- name: Run install
uses: borales/actions-yarn@v5
with:
cmd: install
- name: Run Build
run: yarn build
- name: Run build
uses: borales/actions-yarn@v5
with:
cmd: build
- uses: ./
with: