Skip to content

Commit 611ef11

Browse files
authored
Add a 'Hello, World' tutorial (#2023)
Motivation: Tutorials are a great way to introduce new users to the library. Modifications: - Add a 'hello, world' tutorial Result: Easier to get started
1 parent babbcb4 commit 611ef11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/license-check.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ check_copyright_headers() {
107107
! -name '*.grpc.swift' \
108108
! -name 'LinuxMain.swift' \
109109
! -name 'XCTestManifests.swift' \
110+
! -path './Sources/GRPCCore/Documentation.docc/*' \
110111
! -path './FuzzTesting/.build/*' \
111112
! -path './Performance/QPSBenchmark/.build/*' \
112113
! -path './Performance/Benchmarks/.build/*' \

0 commit comments

Comments
 (0)