Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/data-urls-5.0.0 #570

Merge branch 'main' into dependabot/npm_and_yarn/data-urls-5.0.0

Merge branch 'main' into dependabot/npm_and_yarn/data-urls-5.0.0 #570

Workflow file for this run

name: JavaScript lint
on: push
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
- run: yarn typechain
- run: yarn lint