File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1717 - 18
1818 - 20
1919 - 22
20+ - 24
2021 os :
2122 - macos-latest
2223 - ubuntu-latest
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - name : Checkout
20+ - name : Checkout Repo
2121 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
2323 - name : Package Size Report
Original file line number Diff line number Diff line change 1313 size-limit :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+ - name : Checkout Repo
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1718
1819 - name : Setup Node.js LTS
1920 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7- pull_request_target :
8- branches :
9- - master
7+ pull_request : null
108
119concurrency :
1210 group : ${{ github.workflow }}-${{ github.ref }}
1614 deploy :
1715 runs-on : ubuntu-latest
1816 steps :
19- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ - name : Checkout Repo
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2019
2120 - name : Check Branch
2221 id : branch
You can’t perform that action at this time.
0 commit comments