Skip to content

Commit

Permalink
Add typos config, CI (#142)
Browse files Browse the repository at this point in the history
This is added to the existing CI in preparation for the upcoming
transition to the typical Linebender CI.
  • Loading branch information
waywardmonkeys authored Dec 22, 2024
1 parent fe0bcb2 commit 574d4c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,12 @@ jobs:

- name: Rust tests on PowerPC (big endian)
run: cross test --target powerpc-unknown-linux-gnu

# If this fails, consider changing your text or adding something to .typos.toml.
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: check typos
uses: crate-ci/[email protected]

0 comments on commit 574d4c7

Please sign in to comment.