Skip to content

Bump eslint-config-prettier from 6.15.0 to 9.0.0 #303

Bump eslint-config-prettier from 6.15.0 to 9.0.0

Bump eslint-config-prettier from 6.15.0 to 9.0.0 #303

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 10
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test