Skip to content

feat: allow modules to change 'learn' function timeout #2619 #3948

feat: allow modules to change 'learn' function timeout #2619

feat: allow modules to change 'learn' function timeout #2619 #3948

Workflow file for this run

name: Format check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- name: yarn update
run: |
yarn
- name: check format
run: |
yarn prettier --check .