Skip to content

Bump typescript from 5.4.5 to 5.5.2 (#391) #1062

Bump typescript from 5.4.5 to 5.5.2 (#391)

Bump typescript from 5.4.5 to 5.5.2 (#391) #1062

Workflow file for this run

name: Licensed
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'imgs\*'
pull_request:
paths-ignore:
- '**.md'
- 'imgs\*'
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run licensed-check