Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clefayomide committed Feb 27, 2023
1 parent 950a83c commit b447aaa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: size
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# name: size
# on: [pull_request]
# jobs:
# size:
# runs-on: ubuntu-latest
# env:
# CI_JOB_NUMBER: 1
# steps:
# - uses: actions/checkout@v1
# - uses: andresz1/size-limit-action@v1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b447aaa

Please sign in to comment.