Skip to content

Bump eslint-config-prettier from 8.1.0 to 8.10.0 #239

Bump eslint-config-prettier from 8.1.0 to 8.10.0

Bump eslint-config-prettier from 8.1.0 to 8.10.0 #239

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '13'
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn lint --fix
- run: yarn prettier
- run: yarn build
- name: correct vercel/ncc crlf output
run: sed -i 's/\x0D$//' ./dist/index.js
- run: .github/no-unstaged-files.sh