Skip to content

Bump @types/node from 18.16.0 to 18.16.2 (#89) #144

Bump @types/node from 18.16.0 to 18.16.2 (#89)

Bump @types/node from 18.16.0 to 18.16.2 (#89) #144

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