mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 10:30:23 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b43e73780d | ||
|
|
5cc177e463 | ||
|
|
7bf72b04de | ||
|
|
19e9b549a4 | ||
|
|
270328489b | ||
|
|
875aa7bb88 | ||
|
|
f420d6e043 |
9
.taplo.toml
Normal file
9
.taplo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
# Taplo configuration
|
||||
# https://taplo.tamasfe.dev/configuration/formatter-options.html
|
||||
|
||||
[formatting]
|
||||
align_comments = false
|
||||
allowed_blank_lines = 1
|
||||
array_auto_collapse = false
|
||||
array_auto_expand = false
|
||||
indent_string = " "
|
||||
17
CHANGELOG.md
17
CHANGELOG.md
@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.27.7] - 2024-02-23
|
||||
|
||||
- Update `cargo-deny@latest` to 0.14.12.
|
||||
|
||||
## [2.27.6] - 2024-02-22
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.6.6.
|
||||
|
||||
## [2.27.5] - 2024-02-21
|
||||
|
||||
- Update `cargo-machete@latest` to 0.6.1.
|
||||
|
||||
## [2.27.4] - 2024-02-21
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.20.
|
||||
@@ -1785,7 +1797,10 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.27.4...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.27.7...HEAD
|
||||
[2.27.7]: https://github.com/taiki-e/install-action/compare/v2.27.6...v2.27.7
|
||||
[2.27.6]: https://github.com/taiki-e/install-action/compare/v2.27.5...v2.27.6
|
||||
[2.27.5]: https://github.com/taiki-e/install-action/compare/v2.27.4...v2.27.5
|
||||
[2.27.4]: https://github.com/taiki-e/install-action/compare/v2.27.3...v2.27.4
|
||||
[2.27.3]: https://github.com/taiki-e/install-action/compare/v2.27.2...v2.27.3
|
||||
[2.27.2]: https://github.com/taiki-e/install-action/compare/v2.27.1...v2.27.2
|
||||
|
||||
18
manifests/cargo-deny.json
generated
18
manifests/cargo-deny.json
generated
@@ -19,10 +19,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.14.11"
|
||||
"version": "0.14.12"
|
||||
},
|
||||
"0.14": {
|
||||
"version": "0.14.11"
|
||||
"version": "0.14.12"
|
||||
},
|
||||
"0.14.12": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "946986e05b1f031043ef104cf719006d1b1a1b9fdf16487f88d1a20a83d13903"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "e80c0499a802c20476ce2908b8e020bc39b562010be08e558e1a2e0f800dd501"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "f67455423ef56bc936e3526d8a35b62102c353be2fdb91d49d55ee4517ee3cd6"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "8bd1cca96a45a01da2db45cca12636c749b78c327c5a04b9d576e4c39d36e88a"
|
||||
}
|
||||
},
|
||||
"0.14.11": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.6.5"
|
||||
"version": "0.6.6"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.5"
|
||||
"version": "0.6.6"
|
||||
},
|
||||
"0.6.6": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "554b2dccaf64dacd0388fab1679fbd96ec503d611e6c84f58ba366c5246060b1"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "05650bbb58915e0ba4c0a05978fa832ee87e5f5c256981d066d27f8d7e9f743e"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "dbf7f55962dc3db12b96707b08af67f46284df6b2215a1c58a154ad92284d514"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "38f00c7b23455d45b829a019ab976b58920defaeb48976936363fa41602c4a50"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "27118cc06ce28bb4ae455aabfdad11a69952483b0aba23d53de9ed73148285bc"
|
||||
}
|
||||
},
|
||||
"0.6.5": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
26
manifests/cargo-machete.json
generated
26
manifests/cargo-machete.json
generated
@@ -2,10 +2,32 @@
|
||||
"rust_crate": "cargo-machete",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.0"
|
||||
"version": "0.6.1"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.0"
|
||||
"version": "0.6.1"
|
||||
},
|
||||
"0.6.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.1/cargo-machete-v0.6.1-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "d5d178010e8b9da69caa02b1abf6c9765cc6f3e8810a73483272c84204fd3715",
|
||||
"bin": "cargo-machete-v0.6.1-x86_64-unknown-linux-musl/cargo-machete"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.1/cargo-machete-v0.6.1-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "9211abb47866c3a3b0a283903511428d97c9cf35508fd4eca5bef0489e578af8",
|
||||
"bin": "cargo-machete-v0.6.1-x86_64-apple-darwin/cargo-machete"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.1/cargo-machete-v0.6.1-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "c142cf3b01aa3c321495659fe75f483fefd278172c4d74b0dd567639ebec000d",
|
||||
"bin": "cargo-machete-v0.6.1-x86_64-pc-windows-msvc/cargo-machete.exe"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bnjbvr/cargo-machete/releases/download/v0.6.1/cargo-machete-v0.6.1-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "676fdd6ba18e830e4f7a279d4f47d365fcde4cbaa89bf6f0e4a08fbc4555821b",
|
||||
"bin": "cargo-machete-v0.6.1-aarch64-apple-darwin/cargo-machete"
|
||||
}
|
||||
},
|
||||
"0.6.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
@@ -238,6 +238,21 @@ if [[ -n "$(git ls-files '*.yaml')" ]]; then
|
||||
git ls-files '*.yaml'
|
||||
fi
|
||||
|
||||
# TOML (if exists)
|
||||
if [[ -n "$(git ls-files '*.toml')" ]]; then
|
||||
info "checking TOML style"
|
||||
if [[ ! -e .taplo.toml ]]; then
|
||||
warn "could not found .taplo.toml in the repository root"
|
||||
fi
|
||||
if type -P npm &>/dev/null; then
|
||||
echo "+ npx -y @taplo/cli fmt \$(git ls-files '*.toml')"
|
||||
npx -y @taplo/cli fmt $(git ls-files '*.toml')
|
||||
check_diff $(git ls-files '*.toml')
|
||||
else
|
||||
warn "'npm' is not installed; skipped TOML style check"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Markdown (if exists)
|
||||
if [[ -n "$(git ls-files '*.md')" ]]; then
|
||||
info "checking Markdown style"
|
||||
|
||||
Reference in New Issue
Block a user