Skip to content

fix: Remove token requirement from action #3

fix: Remove token requirement from action

fix: Remove token requirement from action #3

name: CI
on:
push:
branches: [ main, development, feat/RMET-3980/capacitor-ci ]
pull_request:
types: [opened, synchronize, reopened]
jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
lint:
needs: 'setup'
uses: ./.github/workflows/reusable_lint.yml
build:
needs: 'setup'
uses: ./.github/workflows/reusable_build.yml
verify-plugin:
needs: ['setup', 'lint', 'build']
runs-on: 'macos-15'
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- working-directory: ./packages/capacitor-plugin
run: npm install
- working-directory: ./packages/capacitor-plugin
run: npm run verify