Skip to content

feat: player id implemented #2039

feat: player id implemented

feat: player id implemented #2039

Workflow file for this run

name: lint
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:
prettier:
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 Prettier
run: pnpm run prettier-check .