Skip to content

Bump typescript from 6.0.3 to 7.0.2 #27

Bump typescript from 6.0.3 to 7.0.2

Bump typescript from 6.0.3 to 7.0.2 #27

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v6
with:
node-version-file: ".nvmrc"
- name: Install deps
run: npm ci
- name: Lint
run: npm run lint