Skip to content

Commit

Permalink
added bundleSize
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh committed Oct 10, 2024
1 parent 2e32b4a commit 586f91f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/bundleSize.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "react-native-bundle-size"
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"

0 comments on commit 586f91f

Please sign in to comment.