Skip to content

fix(ci): format astro.config.mjs with single quotes - #647

Merged
AbhishekDoshi26 merged 1 commit into
mainfrom
mc/fix-astro-config-format
Sep 4, 2026
Merged

fix(ci): format astro.config.mjs with single quotes#647
AbhishekDoshi26 merged 1 commit into
mainfrom
mc/fix-astro-config-format

Conversation

@easymac

@easymac easymac commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

main is red: the build job's ✨ Check Format step fails on astro.config.mjs.

The optionalLinks block added in #646 uses double quotes, and .prettierrc sets singleQuote: true. Prettier exits 1, so the ✨ Check Format step fails and 📦 Build Site never runs. #646's own PR check (run 33887289390) failed the same way before it merged.

This runs prettier --write on the three offending lines. No behavior change.

Verified locally on this branch:

## Optional

- [OpenAPI specification](https://api.shorebird.dev/openapi.json): Full OpenAPI 3.1 spec for the Shorebird Code Push API — endpoints, auth, and schemas

@AbhishekDoshi26
AbhishekDoshi26 merged commit f61dd45 into main Sep 4, 2026
5 checks passed
@AbhishekDoshi26
AbhishekDoshi26 deleted the mc/fix-astro-config-format branch September 4, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants