Skip to content

build(deps-dev): bump eslint from 8.56.0 to 8.57.0 #72

build(deps-dev): bump eslint from 8.56.0 to 8.57.0

build(deps-dev): bump eslint from 8.56.0 to 8.57.0 #72

Workflow file for this run

name: Build and lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16.15.1
- name: Install dependencies
run: yarn install --frozen-lock-file
- name: Build, lint and Type check
run: yarn build