Skip to content

Update what-is-google.md #165

Update what-is-google.md

Update what-is-google.md #165

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14.x"
- name: Install dependencies
run: yarn install
- name: Run "yarn run lint"
run: yarn run lint