Skip to content

add file download retry #4

add file download retry

add file download retry #4

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: yarn install
- name: Run ESLint
run: yarn eslint .