Skip to content

Commit

Permalink
ci: enable rust and global lint builds on PRs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Oct 30, 2024
1 parent cb6c587 commit c44f33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint

on: [push]
on: [push, pull_request]

jobs:
spell:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Rust SDK

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit c44f33b

Please sign in to comment.