Skip to content

remove async from verification fun #747

remove async from verification fun

remove async from verification fun #747

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm install
- run: npm run lint