nushell/.github/workflows/typos.yml

16 lines
313 B
YAML
Raw Normal View History

name: Typos
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
2023-02-02 19:50:27 +01:00
- name: Check spelling
Bump crate-ci/typos from 1.17.0 to 1.17.1 (#11540) Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.17.0 to 1.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.17.1</h2> <h2>[1.17.1] - 2024-01-12</h2> <h3>Features</h3> <ul> <li>First attempt at aarch64 for Mac</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h2>[1.17.1] - 2024-01-12</h2> <h3>Features</h3> <ul> <li>First attempt at aarch64 for Mac</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-ci/typos/commit/a35b382b446be75ad3f5c5abc53ec36cd8c23b47"><code>a35b382</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/4c32fc5ec4f9a8ed4144e5f89f0ea80b44da0a4f"><code>4c32fc5</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/b02f5895d31f9d7abb755224bea602cc19522a7b"><code>b02f589</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/908">#908</a> from epage/ci</li> <li><a href="https://github.com/crate-ci/typos/commit/7b12730b18afccf0b61ed34c191d5ac11230c19b"><code>7b12730</code></a> chore(ci): Build for aarch64</li> <li><a href="https://github.com/crate-ci/typos/commit/5adfdc2ade928c88da391649193f75b01a5b3492"><code>5adfdc2</code></a> chore(ci): Show what gets bundled</li> <li><a href="https://github.com/crate-ci/typos/commit/657d1b1764a129a7ef61bafeff7aa215b927c4d0"><code>657d1b1</code></a> chore(ci): Remove use of undefined variable</li> <li><a href="https://github.com/crate-ci/typos/commit/a7762787d85e4cf25dfccc41930b2d4e1785b7e1"><code>a776278</code></a> chore(ci): Ensure rustfmt is available</li> <li>See full diff in <a href="https://github.com/crate-ci/typos/compare/v1.17.0...v1.17.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crate-ci/typos&package-manager=github_actions&previous-version=1.17.0&new-version=1.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 03:26:31 +01:00
uses: crate-ci/typos@v1.17.1
with:
config: ./.github/.typos.toml