Skip to content

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

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

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

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
lint:
name: Lint check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 12
- name: yarn install
run: yarn install
- name: run eslint
run: yarn lint
- name: run jest
run: yarn jest