Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
393ee33
Initial Commit (#4)
salilkapoor Mar 26, 2020
8bde194
feat: adding github actions
salilkapoor Mar 26, 2020
eaf58f8
feat: adding github actions
salilkapoor Mar 26, 2020
8718371
feat: adding github actions
salilkapoor Mar 26, 2020
0e1121b
feat: adding github actions
salilkapoor Mar 26, 2020
01fff1d
Merge branch 'develop' of https://github.com/pagesource/react-perf-to…
salilkapoor Mar 26, 2020
17ea63b
feat: adding github actions
salilkapoor Mar 26, 2020
57868be
feat: adding github actions
salilkapoor Mar 26, 2020
703db27
feat: adding github actions
salilkapoor Mar 26, 2020
f743b98
feat: adding github actions
salilkapoor Mar 26, 2020
bf2f582
feat: adding github actions
salilkapoor Mar 26, 2020
5d6d23b
feat: adding github actions
salilkapoor Mar 26, 2020
724837f
feat: adding github actions
salilkapoor Mar 26, 2020
f6dde9f
feat: adding github actions
salilkapoor Mar 26, 2020
413015c
feat: adding github actions
salilkapoor Mar 26, 2020
39b7330
feat: adding github actions
salilkapoor Mar 26, 2020
8cd7824
feat: adding github actions
salilkapoor Mar 26, 2020
eb8ed2c
feat: adding github actions
salilkapoor Mar 26, 2020
f874f6a
Merge branch 'feat/lighthouse-enhancements' of https://github.com/pag…
salilkapoor Mar 26, 2020
51c5c53
Merge branch 'develop' of https://github.com/pagesource/react-perf-to…
salilkapoor Mar 26, 2020
a3f2eab
feat: added size-build script
salilkapoor Mar 26, 2020
1cc13cc
feat: adding github actions
salilkapoor Mar 26, 2020
f80541c
Merge branch 'develop' of https://github.com/pagesource/react-perf-to…
salilkapoor Mar 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "size"
on:
pull_request:
branches:
- develop
- feat/ligthouse-enhancements
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
13 changes: 13 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'size-limit-action'
description: 'size-limit action'
author: 'Salil Kapoor <salilkapoor03@gmail.com>'
branding:
icon: 'activity'
color: 'green'
inputs:
access_token:
required: true
description: 'a github access token'
runs:
using: 'node12'
main: 'build/index.html'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo-app",
"version": "0.1.0",
"name": "react-perf-tools",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down