Skip to content

Commit

Permalink
💚 Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Jan 27, 2025
1 parent 820fb6b commit 8297160
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
pull_request:
paths:
- '.github/workflows/clippy.yml'
- 'yuuka/**/*'
- 'yuuka-macros/**/*'
- 'src/**/*'
- 'tests/**/*'
- 'Cargo.toml'
- 'Cargo.lock'
push:
branches: [master]

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on:
pull_request:
paths:
- '.github/workflows/clippy.yml'
- 'yuuka/**/*'
- 'yuuka-macros/**/*'
- 'src/**/*'
- 'tests/**/*'
- 'Cargo.toml'
- 'Cargo.lock'
push:
branches: [master]

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
pull_request:
paths:
- '.github/workflows/clippy.yml'
- 'yuuka/**/*'
- 'yuuka-macros/**/*'
- 'src/**/*'
- 'tests/**/*'
- 'Cargo.toml'
- 'Cargo.lock'
push:
branches: [master]

Expand Down

0 comments on commit 8297160

Please sign in to comment.