Skip to content

Bump eslint-config-prettier from 8.8.0 to 8.10.0 #356

Bump eslint-config-prettier from 8.8.0 to 8.10.0

Bump eslint-config-prettier from 8.8.0 to 8.10.0 #356

Workflow file for this run

name: CI
on:
push:
branches: main
tags: v*
pull_request:
branches: "*"
jobs:
all:
name: all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn run lint:ci
- run: yarn run test