Skip to content

Fixed knight in the wrong place #17

Fixed knight in the wrong place

Fixed knight in the wrong place #17

Workflow file for this run

name: "[🎨] Style Checker"
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- run: npm ci
- run: npx nx format:check