Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/prettier-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Prettier Format Check

on:
workflow_dispatch:
pull_request:
paths:
- "tokens/**/*.json"
- ".github/workflows/prettier-check.yml"
branches:
- production

permissions:
contents: read

jobs:
prettier-check:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Check formatting with Prettier
run: npx --yes prettier@latest --check "tokens/**/*.json"
Comment thread
yceballost marked this conversation as resolved.
2 changes: 1 addition & 1 deletion tokens/vivo-evolution.json
Original file line number Diff line number Diff line change
Expand Up @@ -4220,4 +4220,4 @@
}
}
}
}
}
Loading