Skip to content

Return promise in downloadFile() #277

Return promise in downloadFile()

Return promise in downloadFile() #277

Workflow file for this run

name: Lint
on:
push:
branches:
permissions:
checks: write
contents: write
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install packages
run: npm install
- name: Run lint
run: npm run lint