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