Skip to content

Commit

Permalink
add job to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Mar 17, 2024
1 parent 52bba7a commit d0b7b20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ jobs:
- name: Ensure generated code is up to date
run: ./scripts/codegen.sh && git diff --exit-code

typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/[email protected]

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit d0b7b20

Please sign in to comment.