Skip to content

build(deps-dev): bump eslint from 9.9.0 to 9.9.1 in the dev-other group #452

build(deps-dev): bump eslint from 9.9.0 to 9.9.1 in the dev-other group

build(deps-dev): bump eslint from 9.9.0 to 9.9.1 in the dev-other group #452

Workflow file for this run

# Runs `npx depcheck`
#
# Depcheck is a tool for analyzing the dependencies in a project to see: how
# each dependency is used, which dependencies are useless, and which
# dependencies are missing from package.json.
#
# https://www.npmjs.com/package/depcheck
name: depcheck
on:
# allow manual trigger workflow
push:
paths:
# run only when one of the files matching the glob patterns changed
- 'package.json'
- 'package-lock.json'
jobs:
depcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npx depcheck