Skip to content

Commit e904b59

Browse files
authored
Fix indentation in pyright GitHub workflow
1 parent 2a23b45 commit e904b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pyright
33
on:
44
pull_request:
55
push:
6-
branches: [ main ]
6+
branches: [ main ]
77

88
jobs:
99
pyright:

0 commit comments

Comments
 (0)