Skip to content

Commit

Permalink
🔄 synced file(s) with kubecub/go-project-layout
Browse files Browse the repository at this point in the history
🤖 kubbot to synchronize the warehouse
  • Loading branch information
kubbot committed Aug 14, 2023
1 parent b393486 commit 3ce514a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/typos-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check for typos

on: [push, pull_request]

jobs:
check_typos:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check for typos
run: ./typos ./CONTRIBUTING.md ./README.md
working-directory: ./

0 comments on commit 3ce514a

Please sign in to comment.