Skip to content

Bump typescript from 5.1.3 to 5.1.6 #234

Bump typescript from 5.1.3 to 5.1.6

Bump typescript from 5.1.3 to 5.1.6 #234

Workflow file for this run

name: 'lint'
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
- run: |
npm run format-check
- run: |
npm run lint