Skip to content

Support retrying Secondary Rate Limit errors (#1057) #1726

Support retrying Secondary Rate Limit errors (#1057)

Support retrying Secondary Rate Limit errors (#1057) #1726

Workflow file for this run

on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [14]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
version: ${{ matrix.node_version }}
- run: yarn install --frozen-lockfile
- name: yarn build and test
run: |
yarn build
yarn test
yarn lint:check