Skip to content

build(deps-dev): bump @typescript-eslint/parser from 7.6.0 to 7.7.1 #998

build(deps-dev): bump @typescript-eslint/parser from 7.6.0 to 7.7.1

build(deps-dev): bump @typescript-eslint/parser from 7.6.0 to 7.7.1 #998

Workflow file for this run

name: Licensed
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v4
- run: npm ci
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.6.0/licensed-3.6.0-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status