Jonny Burger
1c4185abed
Add example e2e tests to CI browser-tests job
...
Run e2e tests via turborepo so upstream packages (CLI, studio, etc.)
are built before the tests run.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-24 16:52:40 +01:00
Jonny Burger
d33b08a377
Update push.yml
2026-03-24 16:03:32 +01:00
Igor Samokhovets
472dd4cd2d
don't always run template tests
2026-03-13 17:55:46 +01:00
Igor Samokhovets
da17fec883
test electron on 3 platforms
2026-03-13 16:40:50 +01:00
Igor Samokhovets
0bb9324271
node 25 workflow
2026-03-13 15:49:56 +01:00
Jonny Burger
240107d31b
Migrate from Prettier to Oxfmt
...
- Replace prettier with oxfmt in 53 package formatting scripts
- Add .oxfmtrc.json with sortImports, embeddedLanguageFormatting off for md/mdx
- Remove prettier + prettier-plugin-organize-imports from root devDeps
- Add prettier devDep to player-example and example-videos (stay on prettier)
- Remove prettier from google-fonts devDeps
- Delete .prettierrc.js (root + cloudrun), .prettierrc (skills), .prettierignore files
- Update VS Code settings/extensions to use oxc.oxc-vscode
- Update docs and SKILL.md to reference oxfmt
- Templates and example packages remain on Prettier
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-24 09:40:28 +01:00
Jonny Burger
4c1e25eb82
Add install and build steps to Pullfrog workflow
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 13:10:09 +01:00
Jonny Burger
2f0f422419
Allow changelog workflow to post for a specific release tag
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 10:21:16 +01:00
Jonny Burger
f812af8107
Add pullfrog.yml workflow
2026-02-20 08:22:17 +01:00
Jonny Burger
a046bf00ce
Remove --experimental-cli flag from prettier commands
...
The flag is no longer needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 13:24:04 +01:00
Jonny Burger
1e73250599
Update push.yml
2026-02-13 17:12:19 +01:00
Jonny Burger
59c32c0c59
Update push.yml
2026-02-13 17:11:28 +01:00
Jonny Burger
e2c32b8584
Merge branch 'main' into pr/6370
2026-01-25 11:47:32 +01:00
Salman Muin Kayser Chishti
d8c03479c3
Upgrade GitHub Actions to latest versions
...
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com >
2026-01-25 00:25:50 +00:00
Salman Muin Kayser Chishti
3bffadc7d9
Upgrade GitHub Actions for Node 24 compatibility
...
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com >
2026-01-25 00:25:26 +00:00
Igor Samokhovets
1719058d41
remove check job pattern, too complex config and not future-proof
2026-01-19 21:11:53 +01:00
Igor Samokhovets
81867fdb67
that should be more robust
2026-01-19 20:14:46 +01:00
Igor Samokhovets
de3ee0d854
do not run webcodecs tests and web renderer tests if no changes
2026-01-19 19:22:55 +01:00
Igor Samokhovets
1dd482127b
ci: Add Turbo remote caching using GitHub Actions cache
2026-01-19 17:42:48 +01:00
JonnyBurger
c13618188e
Update claude.yml
2026-01-14 09:59:26 +01:00
Jonny Burger
faae7aa244
Add Bun dependency caching for Windows runners ( #6232 )
2026-01-04 21:08:47 +01:00
Jonny Burger
8e1d407217
"Claude PR Assistant workflow"
2026-01-02 22:36:36 +01:00
Igor Samokhovets
80d6505a55
use bun ci instead of bun i
2025-12-12 12:12:55 +01:00
JonnyBurger
668e372d1a
Merge branch 'main' into support/aws-catalog
2025-11-27 11:21:01 +01:00
JonnyBurger
bff8fb8ba0
all bun
2025-11-27 11:19:30 +01:00
JonnyBurger
9c8515042a
proper fix
2025-11-21 18:44:21 +01:00
JonnyBurger
ff58183f20
alright
2025-11-15 12:28:23 +01:00
JonnyBurger
f2721426ec
fix
2025-11-15 12:14:04 +01:00
JonnyBurger
ee5e4c1b6b
Update push.yml
2025-11-15 12:06:29 +01:00
JonnyBurger
a986024650
web renderer
2025-11-15 12:03:42 +01:00
JonnyBurger
a91d4fa2de
run tests on macos
...
visually, the tests are differering on ubuntu and macos. since everybody uses macos to develop, we should use macos to create references.
tests only run on node >= 18, but we also test node 16. so this avoids the tests being run on anything else than macos essentially
2025-11-05 10:00:41 +01:00
JonnyBurger
b288cc9af1
Test Node 25
2025-10-16 10:49:50 +02:00
JonnyBurger
49b15f58b1
directly in CI
2025-10-15 12:49:39 +02:00
JonnyBurger
66b7a667be
no cache
2025-10-11 00:11:01 +02:00
JonnyBurger
bc9389c30e
bust cache
2025-10-10 23:47:35 +02:00
JonnyBurger
5441829b2c
Update push.yml
2025-10-10 23:29:12 +02:00
JonnyBurger
5181fcee8a
change more things to bun
2025-10-10 23:27:59 +02:00
scotthavird
6b5d7b2e3a
chore: Update GitHub Actions to use macos-latest runners
...
Using macos-latest ensures the CI always runs on the most current
macOS runner without requiring manual updates. This provides:
- Automatic updates to latest macOS versions
- Better performance and up-to-date tooling
- Consistent behavior with other 'latest' runners
- Updates .github/workflows/push.yml to use macos-latest
- Aligns with the test fix for macOS GitHub Actions paths
2025-08-04 22:25:34 -04:00
Jonny Burger
f2465c25bc
remove macos-13 test suite
...
deprecated on github
2025-07-15 10:33:05 +02:00
Jonny Burger
c11452485c
limit ci timeout to 30min
2025-07-09 10:21:15 +02:00
Jonny Burger
a6d9af21c1
Docs: Remove "simple mode"
2025-06-24 11:17:41 +02:00
copilot-swe-agent[bot]
672037df64
Add experimental CLI flag to all prettier usage
...
Co-authored-by: JonnyBurger <1629785+JonnyBurger@users.noreply.github.com >
2025-06-23 11:27:00 +00:00
Jonny Burger
0726a3a23a
don't run formatter on docs
2025-06-17 16:19:43 +02:00
Jonny Burger
f5fb90a3da
Update copilot-instructions.md
2025-06-17 13:34:01 +02:00
Jonny Burger
bc7f3fd7e3
Update copilot-instructions.md
2025-06-16 13:22:39 +02:00
Jonny Burger
83489337b7
Update copilot-instructions.md
2025-06-15 19:40:10 +02:00
Jonny Burger
5200591684
better copilot agent behavior
2025-06-15 19:36:37 +02:00
Jonny Burger
d5ecfa9dde
Update copilot-instructions.md
2025-06-15 10:01:30 +02:00
Jonny Burger
03ab8226e3
Update copilot-instructions.md
2025-06-15 09:59:01 +02:00
Jonny Burger
0e93f3a934
coding agent setup.
2025-06-15 09:43:47 +02:00