Skip to content

deployment: holesky and mainnet instance for safe deployed #441

deployment: holesky and mainnet instance for safe deployed

deployment: holesky and mainnet instance for safe deployed #441

Workflow file for this run

name: Format Checks
on:
push:
jobs:
run-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: add node toolchain
uses: actions/[email protected]
with:
node-version: 16.x
- name: cache node_modules
uses: actions/cache@v2
with:
path: |
./node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- name: install node dependencies
run: yarn
- name: run formatting checks
run: yarn format:check