Skip to content

Remove order icon for player address info #655

Remove order icon for player address info

Remove order icon for player address info #655

Workflow file for this run

name: knip
on:
pull_request:
paths-ignore:
- "contracts/**"
- "**/manifest.json"
- ".github/**"
- "pnpm-lock.yaml"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
knip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: pnpm/action-setup@v3
with:
version: 9.7.0
- name: Install dependencies
run: pnpm i
- name: Run knip
run: pnpm knip