Skip to content

Commit 116dca2

Browse files
committed
fix arch consistency
1 parent 88f0cdd commit 116dca2

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/check-archs-consistency.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,27 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
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

0 commit comments

Comments
 (0)