💚 Fix Pyright Lint #4
Annotations
1 error
Invalid workflow file:
.github/workflows/pyright.yml#L41
The workflow is not valid. .github/workflows/pyright.yml (Line: 41, Col: 25): Unexpected symbol: '['. Located at position 94 within expression: (github.event_name == 'workflow_dispatch' && github.event.inputs.python-version != 'all') && [github.event.inputs.python-version] || ['3.9', '3.10', '3.11', '3.12'] .github/workflows/pyright.yml (Line: 41, Col: 25): Unexpected value '${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.python-version != 'all') && [github.event.inputs.python-version] || ['3.9', '3.10', '3.11', '3.12'] }}'
|