We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d61cb commit ef1c60fCopy full SHA for ef1c60f
.github/workflows/pull_request.yaml
@@ -21,6 +21,12 @@ jobs:
21
docs_check_container_image: "swift:6.0-noble"
22
format_check_container_image: "swiftlang/swift:nightly-6.0-jammy"
23
24
+ license:
25
+ name: License headers check
26
+ needs: soundness
27
+ run: |
28
+ ./scripts/check_license_headers.sh
29
+
30
unit-tests:
31
name: Unit tests
32
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
0 commit comments