Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

chore(deps): bump protobufjs from 6.11.3 to 6.11.4 in /packages/evmosjs #142

chore(deps): bump protobufjs from 6.11.3 to 6.11.4 in /packages/evmosjs

chore(deps): bump protobufjs from 6.11.3 to 6.11.4 in /packages/evmosjs #142

Workflow file for this run

name: ESLint
on:
pull_request:
push:
branches: main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Build
run: npm run build
- name: Run ESLint
run: npm run lint