Skip to content

(wip)feat: add retry #206

(wip)feat: add retry

(wip)feat: add retry #206

Workflow file for this run

name: Dev check
on: [pull_request,push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: 20
- run: |
npm install
npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: 20
- run: |
npm install
npm run test