Skip to content

feat: new varFilename option - allow generate additional "var" remoteEntry.js file (#247) #384

feat: new varFilename option - allow generate additional "var" remoteEntry.js file (#247)

feat: new varFilename option - allow generate additional "var" remoteEntry.js file (#247) #384

Workflow file for this run

name: Validate PR title
on:
pull_request:
branches:
- main
permissions:
pull-requests: read
jobs:
############ SEMANTIC PR TITLE VALIDATION ############
semantic-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}