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 368040b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
paths:
- '.github/workflows/clippy.yml'
- 'yuuka/**/*'
- 'yuuka-macros/**/*'
- 'src/**/*'
- 'tests/**/*'
- 'Cargo.toml'
- 'Cargo.lock'
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
pull_request:
paths:
- '.github/workflows/clippy.yml'
- 'yuuka/**/*'
- 'yuuka-macros/**/*'
- 'src/**/*'
- 'tests/**/*'
- 'Cargo.toml'
- 'Cargo.lock'
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
paths:
- '.github/workflows/clippy.yml'
- 'yuuka/**/*'
- 'yuuka-macros/**/*'
- 'src/**/*'
- 'tests/**/*'
- 'Cargo.toml'
- 'Cargo.lock'
push:
Expand Down

0 comments on commit 368040b

Please sign in to comment.