Skip to content

Commit 6385bac

Browse files
committed
Fix license check
1 parent aa9ad63 commit 6385bac

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Soundness
1010
uses: apple/swift-nio/.github/workflows/soundness.yml@main
1111
with:
12-
license_header_check_project_name: "SwiftAWSLambdaEvents"
12+
license_header_check_project_name: "SwiftAWSLambdaRuntime"
1313
shell_check_enabled: false
1414
api_breakage_check_container_image: "swift:6.0-noble"
1515
docs_check_container_image: "swift:6.0-noble"

.licenseignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

0 commit comments

Comments
 (0)