Skip to content

Commit 8bae43e

Browse files
committed
chore: update tooling
1 parent 1197081 commit 8bae43e

File tree

20 files changed

+1424
-692
lines changed

20 files changed

+1424
-692
lines changed

.github/actions/changed-packages/action.yml

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

.github/actions/changed-packages/main.js

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

.github/actions/filter-out-non-e2e-enabled/action.yml

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

.github/actions/filter-out-non-e2e-enabled/main.js

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

.github/cocoapods-deploy.yml

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

.github/workflows/publish-android.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,7 @@ on:
1717
required: true
1818
CAP_GH_RELEASE_TOKEN:
1919
required: true
20-
inputs:
21-
plugins:
22-
description: 'Specify an optional subset of plugins to publish (space delimited)'
23-
type: string
24-
required: false
25-
default: ''
26-
capacitor-version:
27-
description: 'Optional. Specify the version of Capacitor the plugins should depend on. Must be in mathematical notation, eg: [4.0,5.0) for 4.x versions only, or [4.0,) for 4.x versions and higher'
28-
type: string
29-
required: false
30-
default: ''
3120
workflow_dispatch:
32-
inputs:
33-
plugins:
34-
description: 'Specify an optional subset of plugins to publish (space delimited)'
35-
required: false
36-
default: ''
37-
capacitor-version:
38-
description: 'Optional. Specify the version of Capacitor the plugins should depend on. Must be in mathematical notation, eg: [4.0,5.0) for 4.x versions only, or [4.0,) for 4.x versions and higher'
39-
required: false
40-
default: ''
4121
jobs:
4222
build:
4323
runs-on: ubuntu-latest
@@ -60,7 +40,6 @@ jobs:
6040
- name: Run publish script
6141
working-directory: ./scripts
6242
env:
63-
GITHUB_PLUGINS: ${{ github.event.inputs.plugins }}
6443
GITHUB_CAPACITOR_VERSION: ${{ github.event.inputs.capacitor-version }}
6544
ANDROID_OSSRH_USERNAME: ${{ secrets.ANDROID_OSSRH_USERNAME }}
6645
ANDROID_OSSRH_PASSWORD: ${{ secrets.ANDROID_OSSRH_PASSWORD }}

.github/workflows/publish-ios.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ on:
99
jobs:
1010
publish-ios:
1111
runs-on: macos-14
12-
if: github.event.inputs.plugins != '[]'
1312
timeout-minutes: 30
14-
strategy:
15-
matrix:
16-
plugin: ${{ fromJson(github.event.inputs.plugins) }}
1713
steps:
1814
- run: sudo xcode-select --switch /Applications/Xcode_15.0.app
1915
- uses: actions/setup-node@v3
@@ -29,4 +25,4 @@ jobs:
2925
npm run publish:cocoapod
3026
env:
3127
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
32-
working-directory: ${{ matrix.plugin }}
28+
working-directory: plugin

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm run lint

0 commit comments

Comments
 (0)