File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 9
9
name : Checks
10
10
uses : apple/swift-nio/.github/workflows/reusable_pull_request.yml@main
11
11
with :
12
- benchmarks_linux_enabled : false
12
+ benchmarks_linux_enabled : false
13
+ license_header_check_project_name : " SwiftOpenAPIGenerator"
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments