Skip to content

Commit

Permalink
Move typos to GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Aug 31, 2024
1 parent 5247edc commit c24ad94
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Check for typos
on: [ pull_request ]
on: [pull_request]

jobs:
build_pr:
if: github.repository_owner == 'IntellectualSites'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check typos
run: make typos

- name: Use custom config file
uses: crate-ci/typos@master
with:
config: ./.typos.toml

0 comments on commit c24ad94

Please sign in to comment.