Skip to content

Bump protobufjs from 6.11.3 to 6.11.4 #26

Bump protobufjs from 6.11.3 to 6.11.4

Bump protobufjs from 6.11.3 to 6.11.4 #26

Workflow file for this run

on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
name: eslint
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install
run: npm install
- name: Lint
run: npm run lint