Skip to content

Commit

Permalink
Improves CI with typo checks (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares authored Oct 10, 2023
1 parent fede76a commit 0fce929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Setup Gradle build
uses: gradle/gradle-build-action@v2.9.0

- name: Check typos on code
uses: crate-ci/typos@v1.16.18

- name: Run Gradle build
run: ./gradlew build

0 comments on commit 0fce929

Please sign in to comment.