1
0
mirror of https://github.com/j178/prek.git synced 2026-04-03 17:34:03 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
renovate[bot]
b6d44a9453 Update GitHub Actions (#1479) 2026-01-27 07:48:02 +08:00
Jo
ca1d4b51ed Use prek-ci-bot to post comments on PR (#1476)
I made a little GitHub bot (https://github.com/j178/prek-ci-bot) and
deployed it on Vercel. It downloads CI artifacts and posts comments on
PRs. Now that it works, we can get rid of that risky `on: workflow_run`
trigger.
2026-01-26 20:27:19 +08:00
renovate[bot]
b7ee2dfeb8 Update GitHub Actions (#1460) 2026-01-22 23:12:34 +08:00
Jo
ea9a51161c Set cargo related env vars (#1405) 2026-01-19 13:41:43 +08:00
renovate[bot]
7fd2da8a77 Update taiki-e/install-action action to v2.65.11 (#1364) 2026-01-15 22:43:07 +08:00
renovate[bot]
f1533e1497 Update GitHub Actions (#1357) 2026-01-15 11:18:30 +08:00
renovate[bot]
b300081a01 Update GitHub Actions (#1296) 2026-01-03 16:30:03 +08:00
Jo
9dd875d8c2 Bump taiki-e/install-action to v2.63.3 (#1230) 2025-12-15 22:40:05 +08:00
renovate[bot]
eebe0b5fab Update GitHub Actions (#1219) 2025-12-13 20:10:57 +08:00
renovate[bot]
616c80531b Update GitHub Actions (#1166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 11:28:31 +08:00
renovate[bot]
373ed413bc Update actions/checkout action to v6 (#1128) 2025-11-21 07:20:46 +08:00
renovate[bot]
2c29a40b3b Update GitHub Actions (#1078) 2025-11-15 13:13:43 +08:00
renovate[bot]
e14219154d Update taiki-e/install-action action to v2.62.45 (#1007)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 19:38:24 +08:00
renovate[bot]
a69adc3791 Update GitHub Actions and speed up Windows CI (#1001)
* Update GitHub Actions

* Try to speed up windows CI

* Use `leafo/gh-actions-luarocks`

* Fix luarocks install failure

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jo <10510431+j178@users.noreply.github.com>
2025-10-31 17:41:46 +08:00
renovate[bot]
b1d9fc1e62 Update GitHub Actions (#1003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-31 15:24:12 +08:00
Jo
8470e0424a Remove hotpath profiling (#991)
The profiling isn’t very useful right now - it’s way too sensitive to noise. What we really need is proper benchmarking that runs multiple times to filter out all that noise, like what you get with https://codspeed.io/ or https://bencher.dev/
2025-10-29 21:11:23 +08:00
Jo
59b82c7539 Warmup cache before run hotpath profiling 2025-10-29 17:12:33 +08:00
Jo
a1b6d2821e Refactor bloat-check and hotpath workflow (#990)
* Refactor `bloat-check` and `hotpath` workflow

* Use faster profiling  profile

* Fix template injection issue

* Tweak
2025-10-29 17:00:38 +08:00