Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Update dependency @typescript-eslint/parser to v7 #791

Update dependency @typescript-eslint/parser to v7

Update dependency @typescript-eslint/parser to v7 #791

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: |
npm install
- run: |
npm run all