From 363868b0b98b1c2b91aab52e8d5d3945e8aa66d8 Mon Sep 17 00:00:00 2001 From: Jonathan Haines Date: Sun, 22 Jun 2025 18:36:40 +1000 Subject: [PATCH] fix(ua-blocker-sync): format generated files (#1250) --- .github/workflows/ci-ua-blocker-sync.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-ua-blocker-sync.yml b/.github/workflows/ci-ua-blocker-sync.yml index 9b72ce64..c87cbde5 100644 --- a/.github/workflows/ci-ua-blocker-sync.yml +++ b/.github/workflows/ci-ua-blocker-sync.yml @@ -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