Skip to content

CI multisig

CI multisig #293

Workflow file for this run

name: Integrate
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: holepunchto/actions/node-base@v1
with:
allow-git: all
- run: npm run lint