Skip to content

Commit

Permalink
⬆️ Update 👷 GitHub Action crate-ci/typos to v1.28.0 (#393)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [crate-ci/typos](https://github.com/crate-ci/typos) | action
| minor | `v1.27.3` -> `v1.28.0` |

---

### Release Notes

<details>
<summary>crate-ci/typos (crate-ci/typos)</summary>

###
[`v1.28.0`](https://github.com/crate-ci/typos/releases/tag/v1.28.0)

[Compare
Source](https://github.com/crate-ci/typos/compare/v1.27.3...v1.28.0)

#### \[1.28.0] - 2024-11-25

##### Features

- Updated the dictionary with the [November
2024](https://github.com/crate-ci/typos/issues/1139) changes
- Add many new types and file extensions to the `--type-list`, including
ada, alire, bat, candid, carp, cml, devicetree, dita, dockercompose,
grpbuild, graphql, hare, lean, meson, prolog, raku, reasonml, rescript,
solidity, svelte, usd, v, wgsl

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bruxisma/outcome).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGU6YWN0aW9ucyIsInJlbm92YXRlOmRlcGVuZGVuY2llcyJdfQ==-->

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Izzy Muerte <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Izzy Muerte <[email protected]>
  • Loading branch information
renovate[bot] and bruxisma authored Nov 25, 2024
1 parent 2703f38 commit 3e335c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Checking Spelling
uses: crate-ci/typos@b74202f74b4346efdbce7801d187ec57b266bac8 # v1.27.3
uses: crate-ci/typos@78d6d2274460eb93ea511a10ce9f67d72f014f35 # v1.28.0
with:
config: ${{github.workspace}}/.github/settings/typos.yml
2 changes: 1 addition & 1 deletion src/outcome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ impl<S: DerefMut, M, F> Outcome<S, M, F> {
impl<S, M: Debug, F: Debug> Outcome<S, M, F> {
/// Returns the contained [`Success`] value, consuming the `self` value.
///
/// Because this function may panic, its use is generally discourged.
/// Because this function may panic, its use is generally discouraged.
/// Instead, prefer to use pattern matching and handle the [`Mistake`] or
/// [`Failure`] case explicitly, or call [`unwrap_or`], [`unwrap_or_else`],
/// or [`unwrap_or_default`].
Expand Down

0 comments on commit 3e335c7

Please sign in to comment.