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

:up_arrow: Bump @typescript-eslint/parser from 6.13.0 to 6.13.1 #6

:up_arrow: Bump @typescript-eslint/parser from 6.13.0 to 6.13.1

:up_arrow: Bump @typescript-eslint/parser from 6.13.0 to 6.13.1 #6

Workflow file for this run

name: Checks
on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches-ignore:
- 'nobuild**'
push:
branches:
- main
tags:
- 'v*.*.*'
jobs:
UnitTests:
name: 'Tests and Builds'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- name: Install
run: |
npm ci
- name: Build Succeeds
run: |
npm run build
- name: Format Check
run: |
npm run lint