Skip to content

chore: Upgrade Alembic Automatically #11

chore: Upgrade Alembic Automatically

chore: Upgrade Alembic Automatically #11

Workflow file for this run

name: Docs Lint
on:
pull_request:
paths:
- "data/gx/**/*.json"
- "*.md"
- "**/*.md"
- "*.yml"
- "**/*.yml"
- ".github/workflows/docs.yml"
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- name: npm install
run: npm install prettier
- name: npm check
run: |
npx prettier --check --use-tabs data/gx/**/*.json
npx prettier --check --use-tabs *.md **/*.md
npx prettier --check --use-tabs *.yml **/*.yml