Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jan 7, 2024
1 parent 6a95b92 commit fdd2165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- 'main'
name: Lint rust

jobs:
cargolint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: [pull_request]
name: Test rust

jobs:
build_and_test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'src/**'
name: Test rust

jobs:
build_and_test:
Expand Down

0 comments on commit fdd2165

Please sign in to comment.