8000 Merge branch 'vite/main-bundle' of github.com:electron/forge into vite/main-bundle · electron/forge@8f2dfbc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(plugin-vite): wait for main bundle before starting app #1807

fix(plugin-vite): wait for main bundle before starting app

fix(plugin-vite): wait for main bundle before starting app #1807

Workflow file for this run

name: 'Check Semantic Commit'
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # tag: v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false
0