Skip to content

chore: add stale action #49

chore: add stale action

chore: add stale action #49

Workflow file for this run

name: Format query code
on:
pull_request:
types: [opened, synchronize]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write src/dgipy/queries/*.graphql tests/fixtures/*.json