Skip to content

Commit 02b8550

Browse files
committed
[GHA] Configure license check
1 parent 9985908 commit 02b8550

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ jobs:
99
name: Checks
1010
uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml@main
1111
with:
12-
benchmarks_linux_enabled: false
12+
benchmarks_linux_enabled: false
13+
license_header_check_project_name: "SwiftOpenAPIGenerator"

.licenseignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
.gitignore
2+
.licenseignore
3+
.spi.yml
4+
.swift-format
5+
.github/*
6+
CODE_OF_CONDUCT.md
7+
CONTRIBUTING.md
8+
CONTRIBUTORS.txt
9+
LICENSE.txt
10+
NOTICE.txt
11+
Package.swift
12+
Package.resolved
13+
README.md
14+
SECURITY.md
15+
scripts/unacceptable-language.txt
16+
Tests/PetstoreConsumerTests/Generated
17+
Tests/OpenAPIGeneratorReferenceTests/Resources/ReferenceSources/*
18+
docker/*
19+
**/*.docc/*
20+
**/.gitignore
21+
**/Package.swift
22+
**/Package.resolved
23+
**/README.md
24+
**/openapi.yaml
25+
**/openapi.yml
26+
**/petstore.yaml
27+
**/openapi-generator-config.yaml
28+
**/openapi-generator-config.yml
29+
**/docker-compose.yaml
30+
**/docker/*
31+
**/.dockerignore
32+
Plugins/OpenAPIGenerator/PluginsShared
33+
Plugins/OpenAPIGeneratorCommand/PluginsShared
34+
Examples/HelloWorldiOSClientAppExample/HelloWorldiOSClientApp.*
35+
Examples/HelloWorldiOSClientAppExample/HelloWorldiOSClientApp/Assets.xcassets/*
36+
Examples/HelloWorldiOSClientAppExample/HelloWorldiOSClientApp/Preview*
37+
Examples/**/Generated*
38+
**/Makefile
39+
**/*.html

0 commit comments

Comments
 (0)