File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616 - uses : ./.github/actions/setup-node
1717
18- - name : Commit Message Lint
18+ - name : Commit message lint
1919 run : echo "${{ github.event.pull_request.title }}" | yarn commitlinter
2020
2121 - name : Lint
Original file line number Diff line number Diff line change 1- name : Compressed Size
1+ name : Compressed size
22
33on :
44 pull_request :
Original file line number Diff line number Diff line change 1- name : Type Test
1+ name : Type test
22on : [pull_request]
33
44concurrency :
Original file line number Diff line number Diff line change 1- name : Unit Test
1+ name : Unit test
22on : [pull_request]
33
44concurrency :
1313
1414 - uses : ./.github/actions/setup-node
1515
16- - name : Unit Tests with Node ${{ env.NODE_VERSION }}
16+ - name : Unit tests with Node ${{ env.NODE_VERSION }}
1717 run : yarn run test-coverage
You can’t perform that action at this time.
0 commit comments