Skip to content

Commit

Permalink
ci: Implement typos CI workflow #44
Browse files Browse the repository at this point in the history
Implement Typos CI Workflow
  • Loading branch information
natainditama authored Dec 21, 2023
2 parents c35bab4 + 2305563 commit fe51e08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Spell Check
on:
pull_request:
push:
branches:
- "main"
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master

1 comment on commit fe51e08

@vercel
Copy link

@vercel vercel bot commented on fe51e08 Dec 21, 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:

nevel – ./

nevel-natainditama.vercel.app
nevel.vercel.app
nevel-git-main-natainditama.vercel.app

Please sign in to comment.