Skip to content

Commit

Permalink
Add typo check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Nov 14, 2024
1 parent 9ef7308 commit aa34557
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: CI
on:
pull_request:
jobs:
Awesome_Lint:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npx awesome-lint

- name: Awesome Linter
run: npx awesome-lint

- name: Typo Check
uses: crate-ci/typos@master

0 comments on commit aa34557

Please sign in to comment.