Skip to content

build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.1 #972

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

build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.1 #972

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test