Skip to content

chore(deps): update dependency unified to v11.0.5 #519

chore(deps): update dependency unified to v11.0.5

chore(deps): update dependency unified to v11.0.5 #519

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
- name: Install Dependencies
run: yarn install
- name: Check errors with ESLint
run: yarn lint
- name: Check format with Prettier
run: yarn format:check