fix(ua-blocker-sync): format generated files (#1250)

pull/1251/head
Jonathan Haines 2025-06-22 18:36:40 +10:00 committed by GitHub
parent 95845a50ca
commit 363868b0b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -30,6 +30,9 @@ jobs:
- name: Generate data
run: yarn workspace @hono/ua-blocker prebuild
- name: Format
run: yarn prettier --write . !packages packages/ua-blocker
- name: Check for changes
id: changes
run: |
@ -54,9 +57,6 @@ jobs:
chore(ua-blocker): sync \`robots.json\` with upstream
EOF
- name: Format
run: yarn prettier --write . !packages packages/ua-blocker
- name: Create Pull Request if changes exist
if: steps.changes.outputs.has_changes == 'true'
uses: peter-evans/create-pull-request@v6