Skip to content

Bump typescript from 5.6.3 to 5.7.2 #292

Bump typescript from 5.6.3 to 5.7.2

Bump typescript from 5.6.3 to 5.7.2 #292

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
- run: npm install
- run: npm exec eslint
markdownlint:
name: markdown
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run markdown lint
uses: DavidAnson/markdownlint-cli2-action@v18