[contract] change realm positions to make them closer to each other even if they are far away #1263
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: knip | |
on: | |
pull_request: | |
paths-ignore: | |
- "contracts/**" | |
- "**/manifest.json" | |
- "discord-bot/**" | |
- "config/**" | |
- ".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 |