Skip to content

added bundleSize

added bundleSize #1

Workflow file for this run

name: "react-native-bundle-size"

Check failure on line 1 in .github/workflows/bundleSize.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bundleSize.yml

Invalid workflow file

`pull-request` is not a valid event name
on: [pull-request]
jobs:
test_something:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shwetsolanki/react-native-bundle-size@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ios-entry-file: "index.js"
android-entry-file: "index.js"
include-assets: "true"
include-source-maps: "true"