File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change 1515 workflow_dispatch :
1616
1717jobs :
18- if : github.repository == 'software-mansion/react-native-gesture-handler'
18+ main :
19+ if : github.repository == 'software-mansion/react-native-gesture-handler'
1920
20- check :
21- runs-on : ubuntu-latest
22- concurrency :
23- group : check-archs-consistency-${{ github.ref }}
24- cancel-in-progress : true
21+ check :
22+ runs-on : ubuntu-latest
23+ concurrency :
24+ group : check-archs-consistency-${{ github.ref }}
25+ cancel-in-progress : true
2526
26- steps :
27- - name : checkout
28- uses : actions/checkout@v4
27+ steps :
28+ - name : checkout
29+ uses : actions/checkout@v4
2930
30- - name : Use Node.js 24
31- uses : actions/setup-node@v6
32- with :
33- node-version : 24
34- cache : yarn
31+ - name : Use Node.js 24
32+ uses : actions/setup-node@v6
33+ with :
34+ node-version : 24
35+ cache : yarn
3536
36- - name : Install node dependencies
37- run : yarn
37+ - name : Install node dependencies
38+ run : yarn
3839
39- - name : Check Android Paper & Fabric generated interfaces consistency
40- run : yarn workspace react-native-gesture-handler architectures-consistency-check
40+ - name : Check Android Paper & Fabric generated interfaces consistency
41+ run : yarn workspace react-native-gesture-handler architectures-consistency-check
You can’t perform that action at this time.
0 commit comments