Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

chore(deps): update dependency ruff to v0.11.0 #98

chore(deps): update dependency ruff to v0.11.0

chore(deps): update dependency ruff to v0.11.0 #98

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 yarn tools
uses: ./.github/actions/yarn-project-setup
- name: Check prettier
run: yarn run check:prettier