Skip to content

Commit

Permalink
Fix CI - renamed upstream GHA workflow (#650)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
czechboy0 authored Oct 11, 2024
1 parent 7893a6c commit a8e142e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
license_header_check_project_name: "SwiftOpenAPIGenerator"
shell_check_enabled: true
unacceptable_language_check_enabled: true
yamllint_enabled: false
yamllint_check_enabled: false

unit-tests:
name: Unit tests
Expand Down

0 comments on commit a8e142e

Please sign in to comment.