We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3711876 commit 7893a6cCopy full SHA for 7893a6c
.github/workflows/pull_request.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
soundness:
9
name: Soundness
10
- uses: apple/swift-nio/.github/workflows/soundness.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
with:
12
api_breakage_check_enabled: false
13
broken_symlink_check_enabled: true
@@ -17,6 +17,7 @@ jobs:
17
license_header_check_project_name: "SwiftOpenAPIGenerator"
18
shell_check_enabled: true
19
unacceptable_language_check_enabled: true
20
+ yamllint_enabled: false
21
22
unit-tests:
23
name: Unit tests
0 commit comments