Skip to content

Bump secp256k1 from 5.0.0 to 5.0.1 #2707

Bump secp256k1 from 5.0.0 to 5.0.1

Bump secp256k1 from 5.0.0 to 5.0.1 #2707

Workflow file for this run

name: Lint
on:
push:
branches: [main, integration]
pull_request:
jobs:
lint-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run code formating and linting
run: npm run fmt:check