Skip to content

Commit 65705df

Browse files
committed
Fix markdownlint MD060/table-column-style error
``` README.md:49:209 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] README.md:49:219 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] README.md:49:236 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] README.md:54:173 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] README.md:54:182 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] README.md:54:199 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] README.md:62:156 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] README.md:62:165 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] README.md:62:167 error MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] ```
1 parent 1ec8bd2 commit 65705df

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

README.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,33 @@ Currently, this action is basically intended to be used in combination with an a
3333

3434
### Inputs
3535

36-
| Name | Required | Description | Type | Default |
37-
| ------------------- |:---------:| -------------------------------------------------------------------------------------------- | ------- | -------------- |
38-
| bin | **** | Comma-separated list of binary names (non-extension portion of filename) to build and upload | String | |
39-
| token | **** \[1]| GitHub token for creating GitHub Releases (see [action.yml](action.yml) for more) | String | |
40-
| archive | | Archive name (non-extension portion of filename) to be uploaded | String | `$bin-$target` |
41-
| target | \[2] | Target triple, default is host triple | String | (host triple) |
42-
| features | | Comma-separated list of cargo build features to enable | String | |
43-
| package | | Package name to build | String | |
44-
| no-default-features | | Whether to disable cargo build default features | Boolean | `false` |
45-
| locked | | Whether to build with `--locked` flag | Boolean | `false` |
46-
| tar | | On which platform to distribute the `.tar.gz` file (all, unix, windows, or none) | String | `unix` |
47-
| tar-xz | | On which platform to distribute the `.tar.xz` file (all, unix, windows, or none) | String | `none` |
48-
| zip | | On which platform to distribute the `.zip` file (all, unix, windows, or none) | String | `windows` |
49-
| checksum | | Comma-separated list of algorithms to be used for checksum (b2, sha256, sha512, sha1, or md5).<br>Note: b2 is not available by default on macOS, install `b2sum` to use it. | String | |
50-
| include | | Comma-separated list of additional files to be included to the archive | String | |
51-
| asset | | Comma-separated list of additional files to be uploaded separately | String | |
52-
| leading-dir | | Whether to create the leading directory in the archive or not | Boolean | `false` |
53-
| bin-leading-dir | | Create extra leading directory(s) for binary file(s) specified by `bin` option | String | |
54-
| build-tool | | Tool to build binaries (cargo, cross, or cargo-zigbuild, see [cross-compilation example](#example-workflow-cross-compilation) for more) | String | |
55-
| ref | | Fully-formed tag ref for this release (see [action.yml](action.yml) for more) | String | |
56-
| manifest-path | | Path to Cargo.toml | String | `Cargo.toml` |
57-
| profile | | The cargo profile to build. This defaults to the release profile. | String | `release` |
58-
| dry-run | | Build and compress binaries, but do not upload them (see [action.yml](action.yml) for more) | Boolean | `false` |
59-
| dry-run-intended | | Suppress informational `dry-run` warnings, keeping the rest | Boolean | `false` |
60-
| codesign | | Sign build products using `codesign` on macOS | String | |
61-
| codesign-prefix | | Prefix for the `codesign` identifier on macOS | String | |
62-
| codesign-options | | Specifies a set of option flags to be embedded in the code signature on macOS. See the `codesign` manpage for details. | String | |
36+
| Name | Required | Description | Type | Default |
37+
| ---- | :------: | ----------- | ---- | ------- |
38+
| bin | **** | Comma-separated list of binary names (non-extension portion of filename) to build and upload | String | |
39+
| token | **** \[1]| GitHub token for creating GitHub Releases (see [action.yml](action.yml) for more) | String | |
40+
| archive | | Archive name (non-extension portion of filename) to be uploaded | String | `$bin-$target` |
41+
| target | \[2] | Target triple, default is host triple | String | (host triple) |
42+
| features | | Comma-separated list of cargo build features to enable | String | |
43+
| package | | Package name to build | String | |
44+
| no-default-features | | Whether to disable cargo build default features | Boolean | `false` |
45+
| locked | | Whether to build with `--locked` flag | Boolean | `false` |
46+
| tar | | On which platform to distribute the `.tar.gz` file (all, unix, windows, or none) | String | `unix` |
47+
| tar-xz | | On which platform to distribute the `.tar.xz` file (all, unix, windows, or none) | String | `none` |
48+
| zip | | On which platform to distribute the `.zip` file (all, unix, windows, or none) | String | `windows` |
49+
| checksum | | Comma-separated list of algorithms to be used for checksum (b2, sha256, sha512, sha1, or md5).<br>Note: b2 is not available by default on macOS, install `b2sum` to use it. | String | |
50+
| include | | Comma-separated list of additional files to be included to the archive | String | |
51+
| asset | | Comma-separated list of additional files to be uploaded separately | String | |
52+
| leading-dir | | Whether to create the leading directory in the archive or not | Boolean | `false` |
53+
| bin-leading-dir | | Create extra leading directory(s) for binary file(s) specified by `bin` option | String | |
54+
| build-tool | | Tool to build binaries (cargo, cross, or cargo-zigbuild, see [cross-compilation example](#example-workflow-cross-compilation) for more) | String | |
55+
| ref | | Fully-formed tag ref for this release (see [action.yml](action.yml) for more) | String | |
56+
| manifest-path | | Path to Cargo.toml | String | `Cargo.toml` |
57+
| profile | | The cargo profile to build. This defaults to the release profile. | String | `release` |
58+
| dry-run | | Build and compress binaries, but do not upload them (see [action.yml](action.yml) for more) | Boolean | `false` |
59+
| dry-run-intended | | Suppress informational `dry-run` warnings, keeping the rest | Boolean | `false` |
60+
| codesign | | Sign build products using `codesign` on macOS | String | |
61+
| codesign-prefix | | Prefix for the `codesign` identifier on macOS | String | |
62+
| codesign-options | | Specifies a set of option flags to be embedded in the code signature on macOS. See the `codesign` manpage for details. | String | |
6363

6464
\[1] Required one of `token` input option or `GITHUB_TOKEN` environment variable. Not required when `dry-run` input option is set to `true`.<br>
6565
\[2] This is optional but it is recommended that this always be set to clarify which target you are building for if macOS is included in the matrix because GitHub Actions changed the default architecture of macos-latest since macos-14.<br>
@@ -68,17 +68,17 @@ Currently, this action is basically intended to be used in combination with an a
6868

6969
### Outputs
7070

71-
| Name | Description |
72-
| ------- | ---------------------------- |
73-
| archive | Archive base name. |
74-
| zip | `.zip` archive file name. |
75-
| tar | `.tar.gz` archive file name. |
76-
| tar-xz | `.tar.xz` archive file name. |
77-
| b2 | BLAKE2 checksum file name. |
78-
| sha256 | SHA256 checksum file name. |
79-
| sha512 | SHA512 checksum file name. |
80-
| sha1 | SHA1 checksum file name. |
81-
| md5 | MD5 checksum file name. |
71+
| Name | Description |
72+
| ---- | ----------- |
73+
| archive | Archive base name. |
74+
| zip | `.zip` archive file name. |
75+
| tar | `.tar.gz` archive file name. |
76+
| tar-xz | `.tar.xz` archive file name. |
77+
| b2 | BLAKE2 checksum file name. |
78+
| sha256 | SHA256 checksum file name. |
79+
| sha512 | SHA512 checksum file name. |
80+
| sha1 | SHA1 checksum file name. |
81+
| md5 | MD5 checksum file name. |
8282

8383
### Example workflow: Basic usage
8484

0 commit comments

Comments
 (0)