Check Branch Name #12
Annotations
1 error
Invalid workflow file:
.github/workflows/check_branch_name.yml#L8
The workflow is not valid. .github/workflows/check_branch_name.yml (Line: 8, Col: 9): Unexpected symbol: '['. Located at position 49 within expression: github.event.ref_type == 'branch' &&
!contains(['main', 'master', 'development', 'dev', 'develop'], github.ref) # ref_type check ensures the job only runs for branch creation, not tags
|