Commit 0855e1f
ci: use bash shell for clippy to fix Windows compatibility
PowerShell doesn't support backslash line continuation. By explicitly
using bash shell, the clippy command works on all platforms including
Windows (which has Git Bash pre-installed on GitHub Actions runners).
Fixes error on Windows:
"The term '-A' is not recognized as a name of a cmdlet..."
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e810ea7 commit 0855e1f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments