File tree Expand file tree Collapse file tree 4 files changed +15
-23
lines changed Expand file tree Collapse file tree 4 files changed +15
-23
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
submodules : recursive
17
17
18
- - name : checkout
19
- uses : actions/checkout@v2
20
- with :
21
- submodules : recursive
22
-
23
18
- name : Setup
24
19
uses : ./.github/actions/setup
25
20
with :
Original file line number Diff line number Diff line change 7
7
WORKING_DIRECTORY : ./package
8
8
steps :
9
9
- name : checkout
10
- uses : actions/checkout@v2
10
+ uses : actions/checkout@v3
11
11
with :
12
12
submodules : recursive
13
13
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
with :
15
15
submodules : recursive
16
16
17
- - name : Setup Node.js
18
- uses : actions/setup-node@v3
17
+ - name : Setup
18
+ uses : ./.github/ actions/setup
19
19
with :
20
- cache : yarn
20
+ github_token : ${{ secrets.GITHUB_TOKEN }}
21
21
22
22
- name : Build Documentation
23
23
run : |
Original file line number Diff line number Diff line change 14
14
"module" : " lib/module/index.js" ,
15
15
"types" : " lib/typescript/index.d.ts" ,
16
16
"files" : [
17
- " src" ,
18
- " lib" ,
19
- " !**/__tests__" ,
20
- " !**/__fixtures__" ,
21
- " !**/__mocks__" ,
17
+ " src/**" ,
18
+ " lib/**" ,
22
19
" README.md" ,
23
20
" LICENSE.md" ,
24
21
" android/build.gradle" ,
31
28
" jestSetup.mjs" ,
32
29
" jestEnv.mjs" ,
33
30
" cpp/**/*.{h,cpp}" ,
34
- " ios" ,
35
- " libs/ios/libskia.xcframework" ,
36
- " libs/ios/libskshaper.xcframework" ,
37
- " libs/ios/libsvg.xcframework" ,
38
- " libs/ios/libskottie.xcframework" ,
39
- " libs/ios/libsksg.xcframework" ,
40
- " libs/ios/libskparagraph.xcframework" ,
41
- " libs/ios/libskunicode.xcframework" ,
31
+ " ios/** " ,
32
+ " libs/ios/libskia.xcframework/** " ,
33
+ " libs/ios/libskshaper.xcframework/** " ,
34
+ " libs/ios/libsvg.xcframework/** " ,
35
+ " libs/ios/libskottie.xcframework/** " ,
36
+ " libs/ios/libsksg.xcframework/** " ,
37
+ " libs/ios/libskparagraph.xcframework/** " ,
38
+ " libs/ios/libskunicode.xcframework/** " ,
42
39
" react-native-skia.podspec" ,
43
40
" scripts/setup-canvaskit.js" ,
44
41
" dist/**"
You can’t perform that action at this time.
0 commit comments