-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
41 lines (38 loc) · 1.27 KB
/
reanimated-apple-validation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Reanimated Apple validation
env:
YARN_ENABLE_HARDENED_MODE: 0
on:
push:
branches:
- main
paths:
- '.github/workflows/reanimated-apple-validation.yml'
- 'packages/react-native-reanimated/apple/**'
- 'packages/react-native-reanimated/package.json'
- 'packages/react-native-reanimated/scripts/validate-apple.sh'
- 'packages/react-native-reanimated/scripts/cpplint.sh'
- 'packages/react-native-reanimated/Common/cpp/**'
pull_request:
paths:
- '.github/workflows/reanimated-apple-validation.yml'
- 'packages/react-native-reanimated/apple/**'
- 'packages/react-native-reanimated/package.json'
- 'packages/react-native-reanimated/scripts/validate-apple.sh'
- 'packages/react-native-reanimated/scripts/cpplint.sh'
- 'packages/react-native-reanimated/Common/cpp/**'
merge_group:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
check:
if: github.repository == 'software-mansion/react-native-reanimated'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install monorepo node dependencies
run: yarn install --immutable
- name: Lint apple
working-directory: packages/react-native-reanimated
run: yarn lint:apple