Skip to content

feat(deps): Bump pkg-dir from 7.0.0 to 8.0.0 #688

feat(deps): Bump pkg-dir from 7.0.0 to 8.0.0

feat(deps): Bump pkg-dir from 7.0.0 to 8.0.0 #688

Workflow file for this run

name: Build PR
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-scripts
- name: Prettier
run: yarn prettier --check "./**/*.{js,md,cjs,mjs}"
- name: Lint
run: yarn eslint "./**/*.{js,cjs,mjs}"