Commit 6385bac 1 parent aa9ad63 commit 6385bac Copy full SHA for 6385bac
File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 9
9
name : Soundness
10
10
uses : apple/swift-nio/.github/workflows/soundness.yml@main
11
11
with :
12
- license_header_check_project_name : " SwiftAWSLambdaEvents "
12
+ license_header_check_project_name : " SwiftAWSLambdaRuntime "
13
13
shell_check_enabled : false
14
14
api_breakage_check_container_image : " swift:6.0-noble"
15
15
docs_check_container_image : " swift:6.0-noble"
Original file line number Diff line number Diff line change
1
+ .gitignore
2
+ .licenseignore
3
+ .swiftformatignore
4
+ .spi.yml
5
+ .swift-format
6
+ .github/*
7
+ *.md
8
+ **/*.md
9
+ CONTRIBUTORS.txt
10
+ LICENSE.txt
11
+ NOTICE.txt
12
+ Package.swift
13
+ Package@swift-*.swift
14
+ Package.resolved
15
+ **/*.docc/*
16
+ **/.gitignore
17
+ **/Package.swift
18
+ **/Package.resolved
19
+ **/docker-compose*.yaml
20
+ **/docker/*
21
+ **/.dockerignore
22
+ **/Dockerfile
23
+ **/Makefile
24
+ **/*.html
25
+ **/*-template.yml
26
+ **/*.xcworkspace/*
27
+ **/*.xcodeproj/*
28
+ **/*.xcassets/*
29
+ **/*.appiconset/*
30
+ **/ResourcePackaging/hello.txt
31
+ .mailmap
32
+ .swiftformat
You can’t perform that action at this time.
0 commit comments