Skip to content

Commit 3e7041c

Browse files
committed
update bun.lockb and workflow quotes
1 parent 98b4da6 commit 3e7041c

File tree

7 files changed

+82
-80
lines changed

7 files changed

+82
-80
lines changed

.github/workflows/build-android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup JDK 17
1919
uses: actions/setup-java@v4
2020
with:
21-
distribution: 'zulu'
21+
distribution: "zulu"
2222
java-version: 17
2323
java-package: jdk
2424

.github/workflows/build-android.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ on:
55
branches:
66
- main
77
paths:
8-
- '.github/workflows/build-android.yml'
9-
- 'example/android/**'
10-
- '**/nitrogen/generated/shared/**'
11-
- '**/nitrogen/generated/android/**'
12-
- 'package/cpp/**'
13-
- 'package/android/**'
14-
- 'bun.lockb'
15-
- '**/react-native.config.js'
16-
- '**/nitro.json'
8+
- ".github/workflows/build-android.yml"
9+
- "example/android/**"
10+
- "**/nitrogen/generated/shared/**"
11+
- "**/nitrogen/generated/android/**"
12+
- "package/cpp/**"
13+
- "package/android/**"
14+
- "bun.lockb"
15+
- "**/react-native.config.js"
16+
- "**/nitro.json"
1717
pull_request:
1818
paths:
19-
- '.github/workflows/build-android.yml'
20-
- 'example/android/**'
21-
- '**/nitrogen/generated/shared/**'
22-
- '**/nitrogen/generated/android/**'
23-
- 'package/cpp/**'
24-
- 'package/android/**'
25-
- 'bun.lockb'
26-
- '**/react-native.config.js'
27-
- '**/nitro.json'
19+
- ".github/workflows/build-android.yml"
20+
- "example/android/**"
21+
- "**/nitrogen/generated/shared/**"
22+
- "**/nitrogen/generated/android/**"
23+
- "package/cpp/**"
24+
- "package/android/**"
25+
- "bun.lockb"
26+
- "**/react-native.config.js"
27+
- "**/nitro.json"
2828

2929
jobs:
3030
build_new:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup JDK 17
4141
uses: actions/setup-java@v4
4242
with:
43-
distribution: 'zulu'
43+
distribution: "zulu"
4444
java-version: 17
4545
java-package: jdk
4646

@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup JDK 17
7878
uses: actions/setup-java@v4
7979
with:
80-
distribution: 'zulu'
80+
distribution: "zulu"
8181
java-version: 17
8282
java-package: jdk
8383

.github/workflows/build-ios.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ on:
55
branches:
66
- main
77
paths:
8-
- '.github/workflows/build-ios.yml'
9-
- 'example/ios/**'
10-
- '**/nitrogen/generated/shared/**'
11-
- '**/nitrogen/generated/ios/**'
12-
- 'package/cpp/**'
13-
- 'package/ios/**'
14-
- '**/Podfile.lock'
15-
- '**/*.podspec'
16-
- '**/react-native.config.js'
17-
- '**/nitro.json'
8+
- ".github/workflows/build-ios.yml"
9+
- "example/ios/**"
10+
- "**/nitrogen/generated/shared/**"
11+
- "**/nitrogen/generated/ios/**"
12+
- "package/cpp/**"
13+
- "package/ios/**"
14+
- "**/Podfile.lock"
15+
- "**/*.podspec"
16+
- "**/react-native.config.js"
17+
- "**/nitro.json"
1818
pull_request:
1919
paths:
20-
- '.github/workflows/build-ios.yml'
21-
- 'example/ios/**'
22-
- '**/nitrogen/generated/shared/**'
23-
- '**/nitrogen/generated/ios/**'
24-
- 'package/cpp/**'
25-
- 'package/ios/**'
26-
- '**/Podfile.lock'
27-
- '**/*.podspec'
28-
- '**/react-native.config.js'
29-
- '**/nitro.json'
20+
- ".github/workflows/build-ios.yml"
21+
- "example/ios/**"
22+
- "**/nitrogen/generated/shared/**"
23+
- "**/nitrogen/generated/ios/**"
24+
- "package/cpp/**"
25+
- "package/ios/**"
26+
- "**/Podfile.lock"
27+
- "**/*.podspec"
28+
- "**/react-native.config.js"
29+
- "**/nitro.json"
3030

3131
env:
3232
USE_CCACHE: 1

.github/workflows/lint-cpp.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ on:
55
branches:
66
- main
77
paths:
8-
- '.github/workflows/lint-cpp.yml'
9-
- '**/*.h'
10-
- '**/*.hpp'
11-
- '**/*.cpp'
12-
- '**/*.c'
13-
- '**/*.mm'
8+
- ".github/workflows/lint-cpp.yml"
9+
- "**/*.h"
10+
- "**/*.hpp"
11+
- "**/*.cpp"
12+
- "**/*.c"
13+
- "**/*.mm"
1414
pull_request:
1515
paths:
16-
- '.github/workflows/lint-cpp.yml'
17-
- '**/*.h'
18-
- '**/*.hpp'
19-
- '**/*.cpp'
20-
- '**/*.c'
21-
- '**/*.mm'
16+
- ".github/workflows/lint-cpp.yml"
17+
- "**/*.h"
18+
- "**/*.hpp"
19+
- "**/*.cpp"
20+
- "**/*.c"
21+
- "**/*.mm"
2222

2323
jobs:
2424
lint:
@@ -27,8 +27,8 @@ jobs:
2727
strategy:
2828
matrix:
2929
path:
30-
- 'package/android/src/main/cpp'
31-
- 'package/cpp'
30+
- "package/android/src/main/cpp"
31+
- "package/cpp"
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: oven-sh/setup-bun@v2
@@ -39,5 +39,5 @@ jobs:
3939
- name: Run clang-format style check
4040
uses: jidicula/[email protected]
4141
with:
42-
clang-format-version: '18'
42+
clang-format-version: "18"
4343
check-path: ${{ matrix.path }}

.github/workflows/lint-typescript.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ on:
1010
branches:
1111
- main
1212
paths:
13-
- '.github/workflows/lint-typescript.yml'
14-
- 'config'
15-
- '**/*.ts'
16-
- '**/*.tsx'
17-
- '**/*.js'
18-
- '**/*.jsx'
19-
- '**/*.json'
20-
- '**/*.lockb'
21-
- '**/package.json'
13+
- ".github/workflows/lint-typescript.yml"
14+
- "config"
15+
- "**/*.ts"
16+
- "**/*.tsx"
17+
- "**/*.js"
18+
- "**/*.jsx"
19+
- "**/*.json"
20+
- "**/*.lockb"
21+
- "**/package.json"
2222
pull_request:
2323
paths:
24-
- '.github/workflows/lint-typescript.yml'
25-
- 'config'
26-
- '**/*.ts'
27-
- '**/*.tsx'
28-
- '**/*.js'
29-
- '**/*.jsx'
30-
- '**/*.json'
31-
- '**/*.lockb'
32-
- '**/package.json'
24+
- ".github/workflows/lint-typescript.yml"
25+
- "config"
26+
- "**/*.ts"
27+
- "**/*.tsx"
28+
- "**/*.js"
29+
- "**/*.jsx"
30+
- "**/*.json"
31+
- "**/*.lockb"
32+
- "**/package.json"
3333

3434
jobs:
3535
tsc:

.github/workflows/update-lockfiles.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
name: 'Update Lockfiles (bun.lockb + Podfile.lock)'
1+
name: "Update Lockfiles (bun.lockb + Podfile.lock)"
22

33
on:
44
push:
55
branches:
66
- main
77
paths:
8-
- '.github/workflows/update-lockfiles.yml'
8+
- ".github/workflows/update-lockfiles.yml"
9+
- "package.json"
10+
- "**/package.json"
911
pull_request:
1012
paths:
11-
- '.github/workflows/update-lockfiles.yml'
12-
- 'package.json'
13-
- '**/package.json'
13+
- ".github/workflows/update-lockfiles.yml"
14+
- "package.json"
15+
- "**/package.json"
1416

1517
permissions:
1618
contents: write
1719

1820
jobs:
1921
update-lockfiles:
20-
name: 'Update lockfiles (bun.lockb + Podfile.lock)'
22+
name: "Update lockfiles (bun.lockb + Podfile.lock)"
2123
if: github.actor == 'dependabot[bot]'
2224
runs-on: macOS-latest
2325
steps:

bun.lockb

-24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)