Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c44282a

Browse files
author
Denys Panchenko
committed
Fix indentation
1 parent d6bc94a commit c44282a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
run: npm install react-native-cli
3434
- name: Install react-native
3535
run: npm install react-native
36-
- name: Setup Java
37-
uses: actions/setup-java@v3
38-
with:
39-
distribution: 'microsoft'
40-
java-version: '11'
36+
- name: Setup Java
37+
uses: actions/setup-java@v3
38+
with:
39+
distribution: 'microsoft'
40+
java-version: '11'
4141
- name: test:android
4242
run: npm run test:android
4343

0 commit comments

Comments
 (0)