Skip to content

Commit ea8fb2d

Browse files
chore: setup release-it, commitlint and lefthook
1 parent efc2dfc commit ea8fb2d

File tree

5 files changed

+474
-46
lines changed

5 files changed

+474
-46
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: macos-15
3838
strategy:
3939
matrix:
40-
example: [side-by-side, recursive]
40+
example: [side-by-side, recursive, fs-experiment]
4141
concurrency:
4242
group: '${{ github.workflow }}-${{ matrix.example }}-${{ github.head_ref || github.ref_name }}'
4343
cancel-in-progress: true
@@ -85,7 +85,6 @@ jobs:
8585
- name: Build iOS
8686
working-directory: apps/${{ matrix.example }}
8787
run: |
88-
export PATH="/usr/local/opt/ccache/libexec:$PATH"
8988
npx react-native build-ios --mode Debug
9089
9190
- name: ccache stats

.github/workflows/release.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)