Skip to content

Commit

Permalink
CLI: trigger CLI lints when rust/ changes
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-onelson committed Dec 23, 2024
1 parent 2261987 commit 603e4ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cli-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
- main
paths:
- 'svix-cli/**'
- 'rust/**'
- '.github/workflows/cli-lint.yml'
pull_request:
paths:
- 'svix-cli/**'
- 'rust/**'
- '.github/workflows/cli-lint.yml'
- 'openapi.json'

Expand Down

0 comments on commit 603e4ee

Please sign in to comment.