Skip to content

dependabot: bump @zetachain/protocol-contracts from 4.0.1 to 9.0.0 #126

dependabot: bump @zetachain/protocol-contracts from 4.0.1 to 9.0.0

dependabot: bump @zetachain/protocol-contracts from 4.0.1 to 9.0.0 #126

Workflow file for this run

name: Lint TS/JS
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: yarn install
- name: Lint
run: yarn lint