Skip to content

Merge branch 'master' into dependabot/npm_and_yarn/elliptic-6.6.0 #1225

Merge branch 'master' into dependabot/npm_and_yarn/elliptic-6.6.0

Merge branch 'master' into dependabot/npm_and_yarn/elliptic-6.6.0 #1225

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn lint