Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Update all non-major dependencies to v5.60.0 #315

Update all non-major dependencies to v5.60.0

Update all non-major dependencies to v5.60.0 #315

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: install dependencies
run: yarn
- name: ESLint
run: yarn lint