File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed
Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Build
22
33on :
44 pull_request :
5+ types :
6+ - opened
7+ - reopened
8+ - synchronize
9+ - labeled
510 push :
611 branches :
712 - main
Original file line number Diff line number Diff line change @@ -25,16 +25,17 @@ multiple-versions = "allow"
2525
2626[licenses ]
2727allow = [
28- " Apache-2.0" ,
29- " BSD-2-Clause" ,
30- " BSD-3-Clause" ,
31- " CC0-1.0" ,
32- " ISC" ,
33- " LicenseRef-ring" ,
34- " MIT" ,
35- " MPL-2.0" ,
36- " Unicode-DFS-2016" ,
37- " Zlib" ,
28+ " Apache-2.0" ,
29+ " BSD-2-Clause" ,
30+ " BSD-3-Clause" ,
31+ " CC0-1.0" ,
32+ " ISC" ,
33+ " LicenseRef-ring" ,
34+ " MIT" ,
35+ " MPL-2.0" ,
36+ " Unicode-DFS-2016" ,
37+ " Unicode-3.0" ,
38+ " Zlib" ,
3839]
3940confidence-threshold = 0.9
4041
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ impl Reader {
112112 }
113113 }
114114
115- pub fn get_raw_reader ( & self ) -> & RwLock < c2pa:: Reader > {
115+ pub fn get_raw_reader ( & self ) -> & RwLock < c2pa:: Reader > {
116116 & self . reader
117117 }
118118}
You can’t perform that action at this time.
0 commit comments