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 b3a3948 commit f58848a
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: ./

1 comment on commit f58848a

@vercel
Copy link

@vercel vercel bot commented on f58848a Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

k8s-iam – ./

k8s-iam.vercel.app
k8s-iam-c-ub.vercel.app
k8s-iam-git-main-c-ub.vercel.app
k8s-iam.nsddd.top

Please sign in to comment.