Skip to content

Commit

Permalink
Commit from GitHub Actions (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed May 19, 2024
1 parent e7c12ec commit 0a3f360
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ editLink: false
| jmespath | <https://github.com/skyzyx/asdf-jmespath> |
| jmeter | <https://github.com/comdotlinux/asdf-jmeter> |
| jnv | <https://github.com/raimon49/asdf-jnv> |
| jq | <https://github.com/mise-plugins/asdf-jq> |
| jqp | <https://gitlab.com/wt0f/asdf-jqp> |
| jreleaser | <https://github.com/joschi/asdf-jreleaser> |
| jsonnet | <https://github.com/Banno/asdf-jsonnet> |
Expand Down Expand Up @@ -607,9 +606,7 @@ editLink: false
| serverless | <https://github.com/pdemagny/asdf-serverless> |
| setup-envtest | <https://github.com/pmalek/mise-setup-envtest> |
| shell2http | <https://github.com/ORCID/asdf-shell2http> |
| shellcheck | <https://github.com/luizm/asdf-shellcheck> |
| shellspec | <https://github.com/poikilotherm/asdf-shellspec> |
| shfmt | <https://github.com/luizm/asdf-shfmt> |
| shorebird | <https://github.com/valian-ca/asdf-shorebird> |
| sinker | <https://github.com/elementalvoid/asdf-sinker> |
| skaffold | <https://github.com/nklmilojevic/asdf-skaffold> |
Expand Down Expand Up @@ -695,7 +692,6 @@ editLink: false
| thrift | <https://github.com/alisaifee/asdf-thrift> |
| tilt | <https://github.com/eaceaser/asdf-tilt> |
| timoni | <https://github.com/Smana/asdf-timoni> |
| tiny | <https://github.com/mise-plugins/mise-tiny> |
| tinytex | <https://github.com/Fbrisset/asdf-tinytex> |
| titan | <https://github.com/gabitchov/asdf-titan> |
| tlsg-cli | <https://github.com/0ghny/asdf-tlsgcli> |
Expand Down
2 changes: 1 addition & 1 deletion src/cli/generate/github_action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ mod tests {
let path = Git::get_root()
.unwrap()
.join(".github/workflows/testing123.yml");
let contents = file::read_to_string(&path).unwrap();
let contents = file::read_to_string(path).unwrap();
assert_snapshot!(contents);
cleanup();
}
Expand Down

0 comments on commit 0a3f360

Please sign in to comment.