Skip to content

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 #95

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 #95

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