Skip to content

Use async IO for process details #365

Use async IO for process details

Use async IO for process details #365

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: corepack enable && yarn install
- name: Run ESLint
run: yarn lint