Skip to content

Commit a8e142e

Browse files
authored
Fix CI - renamed upstream GHA workflow (#650)
### Motivation The parameter got renamed: swiftlang/github-workflows#18 ### Modifications Update our workflow file. ### Result Hopefully working CI. ### Test Plan Will see once this is merged.
1 parent 7893a6c commit a8e142e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
license_header_check_project_name: "SwiftOpenAPIGenerator"
1818
shell_check_enabled: true
1919
unacceptable_language_check_enabled: true
20-
yamllint_enabled: false
20+
yamllint_check_enabled: false
2121

2222
unit-tests:
2323
name: Unit tests

0 commit comments

Comments
 (0)