Skip to content

Bump typescript-eslint from 7.13.0 to 7.13.1 (#388) #1055

Bump typescript-eslint from 7.13.0 to 7.13.1 (#388)

Bump typescript-eslint from 7.13.0 to 7.13.1 (#388) #1055

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