Skip to content

chore(deps): update dependency pyright to v1.1.391 #24

chore(deps): update dependency pyright to v1.1.391

chore(deps): update dependency pyright to v1.1.391 #24

Workflow file for this run

name: Check - prettier
on:
pull_request:
paths-ignore:
- "**.py"
- "**/py.typed"
workflow_call:
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup npm tools
uses: ./.github/actions/npm-tools-setup
- name: Check prettier
run: npm run check:prettier