Skip to content

chore(deps): bump semver from 7.3.8 to 7.5.2 #992

chore(deps): bump semver from 7.3.8 to 7.5.2

chore(deps): bump semver from 7.3.8 to 7.5.2 #992

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Check formatting
run: yarn fmt