Skip to content

chore(deps-dev): Bump commitlint from 19.6.1 to 19.7.1 #411

chore(deps-dev): Bump commitlint from 19.6.1 to 19.7.1

chore(deps-dev): Bump commitlint from 19.6.1 to 19.7.1 #411

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@v1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-scripts
- name: Lint
run: yarn prettier --check "./**/*.{js,md}"
- name: Jest
run: NODE_OPTIONS=--experimental-vm-modules yarn jest