Skip to content

Merge pull request #1 from heyyou3/replace-eslint-plugin-node #60

Merge pull request #1 from heyyou3/replace-eslint-plugin-node

Merge pull request #1 from heyyou3/replace-eslint-plugin-node #60

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Prettier
run: npx prettier --check .