Skip to content

fix: set gas limit in register subnet script (#109) #205

fix: set gas limit in register subnet script (#109)

fix: set gas limit in register subnet script (#109) #205

Workflow file for this run

name: Format
on:
push:
branches: 'main'
pull_request:
workflow_dispatch:
jobs:
format:
name: Format
runs-on: ubuntu-latest-16-core
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run format