Skip to content

Apply some refactoring to QueryInfo (#13374) #5266

Apply some refactoring to QueryInfo (#13374)

Apply some refactoring to QueryInfo (#13374) #5266

Workflow file for this run

name: Look for dead code and unused dependencies
on: push
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
name: Ubuntu/Node v24
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: "24.x"
- run: npm ci
- name: Run knip
run: npm run knip