1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00
Commit Graph

161 Commits

Author SHA1 Message Date
Jo 23cf6adda4 Fix publish-docs job permissions (#629)
* Fix publish-docs permissions

* Fix `publish-docs` job permissions
2025-09-06 19:42:03 +08:00
Jo 5cbdeecccb Publish docs (#627) 2025-09-06 18:08:56 +08:00
renovate[bot] 32968af699 Update taiki-e/install-action action to v2.58.29 (#574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-01 11:16:39 +08:00
Jo 0edb18e949 Fix CI workflow (#559) 2025-08-26 23:45:22 +08:00
Jo e4f642c912 Use mise for tools and tasks (#558)
* .

* Migrate more
2025-08-26 23:36:47 +08:00
renovate[bot] 9b2d89ce40 chore(deps): update astral-sh/setup-uv action to v6.6.0 (#537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-24 18:59:53 +08:00
renovate[bot] d40b1c9fb7 chore(deps): update taiki-e/install-action action to v2.58.21 (#534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-24 18:58:50 +08:00
Jo ca87604298 Fix builds on s390x (#518) 2025-08-20 19:11:36 +08:00
Jo d01a960b44 Disable building for s390x temporarily (#516) 2025-08-20 18:32:31 +08:00
Jo 3794c9f71e chore(deps): update taiki-e/install-action action to v2.58.17 (#512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 17:32:19 +08:00
renovate[bot] f44b11094b Pin dependencies (#497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 17:31:31 +08:00
renovate[bot] dc5616f971 Update actions/setup-node action to v4.4.0 (#499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 16:21:39 +08:00
renovate[bot] ea82a42298 Update actions/setup-go action to v5.5.0 (#498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 16:21:23 +08:00
renovate[bot] a99fcee335 Update astral-sh/setup-uv action to v6.5.0 (#501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 16:21:08 +08:00
renovate[bot] b138f358d5 Update Swatinem/rust-cache action to v2.8.0 (#504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 16:20:51 +08:00
renovate[bot] facff247b0 Update PyO3/maturin-action action to v1.49.4 (#503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 16:20:33 +08:00
renovate[bot] 2c95fc02dd Update actions/upload-artifact action to v4.6.2 (#500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 16:19:23 +08:00
renovate[bot] a5f2dfe08a Update actions/checkout action to v5 (#494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 14:03:30 +08:00
renovate[bot] 3b860b09a2 Update actions/download-artifact action to v5 (#495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 14:03:01 +08:00
Jo 232f37f26f Build wheels for more platforms (#489)
* Build wheels for more platforms

* Update toolchain
2025-08-18 22:03:00 +08:00
Jo afc384e3a4 Disable prek self update for package managers (#468)
* Disable `prek self update` for package managers

* Fix https
2025-08-15 16:34:41 +08:00
Jo 56a9517a33 Download uv from github releases directly (#464)
* Download uv from github releases directly

* Improve test

* Clippy

* Refactor

* Fix

* Fix

* Fix

* Fix

* Remove temp

* Fix
2025-08-15 14:46:20 +08:00
Jo 5240376dca Add a job to test Python and uv setup (#267)
* Add a job to test Python and uv setup

* Rework

* Fix

* Fix
2025-08-14 22:54:36 +08:00
Jo 23f865819a Rename project to prek from prefligit (#402) 2025-08-08 23:12:20 +08:00
Jo eccc6394a9 Pin uv version in CI (#395)
* debug uv install

* debug

* debug

* Pin CI uv version
2025-08-08 02:12:32 +08:00
Jo ea0ee3eac5 Add missing setup-go to CI action 2025-08-05 19:19:27 +08:00
Jo b46822d236 Support golang hooks and golang toolchain management (#355)
* .

# Conflicts:
#	src/languages/node/installer.rs
#	src/languages/version.rs

* .

# Conflicts:
#	src/languages/node/version.rs
#	src/languages/python/version.rs

# Conflicts:
#	src/cli/run/run.rs

* .

# Conflicts:
#	src/languages/node/node.rs

* .

* .

* .

* fix tests

* Add a remote test

* minor
2025-08-05 19:17:50 +08:00
Jo c42aac68bb Bump cargo-dist to 0.29.0 (#322) 2025-08-03 13:40:32 +08:00
Jo ca12c55c1b Support nodejs language hook (#298)
* .

* Support `nodejs` language

* add run

* .

* Fix

* Improve

* Test

* add test

* Debug

* Fix npm name

* oh my, windows

* Fix

* Fix
2025-08-02 06:33:16 +08:00
Jo c28ca26c47 Try default uv managed python first, fallback to download (#291)
* .

* Try default uv managed python first, fallback to download

* Fix
2025-08-01 12:07:33 +08:00
renovate[bot] 97b2646fda Update astral-sh/setup-uv action to v6 (#289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-01 10:23:41 +08:00
Jo 73493aa6ff Implement language specific version parsing (#273)
* Implement language specific version parsing

* Fix test

* Add tests
2025-07-29 22:36:31 +08:00
Jo b4f2bcae5d Use ubuntu-latest for release action (#216) 2025-03-08 18:06:31 +08:00
Jo 18c87b85c5 Do not publish to crates.io (#191)
* Minor name change

* Do not publish to crates.io
2025-02-18 16:20:38 +08:00
Jo c086ddade3 Bump cargo-dist to v0.28.0 (#170) 2025-02-10 20:53:37 +08:00
renovate[bot] 7fc5164d7a Update astral-sh/setup-uv action to v5 (#164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 22:01:34 +08:00
Jo fe98ebf278 Upgrade dist to v0.27.0 (#158) 2025-01-05 20:17:08 +08:00
Jo f5772a2f05 Try to use D drive on Windows CI (#157)
* Try to use D drive on Windows CI

* Simplify

* CI cache
2024-12-27 11:18:56 +08:00
Jo 8dfb3101ff Rename project name to prefligit (#118)
* Rename project to `prefligit`

* Bump to 0.0.6

* Fix tests

* Add a rename note
2024-12-03 13:20:00 +08:00
Jo 247ed4a990 Use new cache key to refresh clippy cache (#116)
* Use new cache key to refresh clippy cache

* Rerun ci to see cache usage
2024-11-25 16:23:15 +08:00
Jo b4db4408a0 Run cargo clippy in the dev drive workspace (#115)
* Run `cargo clippy` in the dev drive workspace

* Rerun ci to see cache usage

* Shrink dev drive
2024-11-25 15:50:15 +08:00
Jo df23edb255 Try to improve cargo clippy (#108)
* Try to improve cargo clippy

* Rerun ci to see cache usage
2024-11-23 23:35:28 +08:00
Jo 4ddc3cf93f Make uv tests on Windows run sequentially (#104)
* Make uv tests on Windows run sequentially

* Fix
2024-11-23 19:46:15 +08:00
j178 6381eb3ce0 Remove profiler from CI job 2024-11-22 14:51:35 +08:00
j178 da3df1d6f8 Reset windows test to 1 job 2024-11-21 11:52:03 +08:00
Jo 51448afc3b Use local hook in tests (#86) 2024-11-21 11:45:41 +08:00
j178 8859682438 Fix release archive name 2024-11-18 15:52:31 +08:00
Jo 6ee33339bc Add profiler (#71)
* Add profiler

* install uv
2024-11-18 15:12:45 +08:00
Jo 04cb26c711 Publish to crates.io (#75)
* Publish to crates.io

* Publish to crates.io

* Add binstall
2024-11-18 14:26:29 +08:00
Jo f0ba4d03fe Publish to PyPI (#70)
* Publish to PyPI

* Fix build binaries

* Fix name

* add workflow call

* Bump to macos-15, as macos-12 will be unsupported
2024-11-17 18:27:36 +08:00