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

build(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.59.1 #761

build(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.59.1

build(deps-dev): bump @typescript-eslint/parser from 5.50.0 to 5.59.1 #761

Workflow file for this run

name: "lint"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
lint: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: |
npm install
npm run lint