File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,38 +57,10 @@ jobs:
5757 with :
5858 package_manager : ${{ inputs.package_manager }}
5959 build_path : ${{ inputs.build_path }}
60-
61- linting :
62- runs-on : ubuntu-latest
63- needs : setup
64- steps :
65- - uses : actions/checkout@v4
66- with :
67- ref : ${{ inputs.ref }}
68- - uses : Beuterei/reusable-workflows/.github/actions/restore-dependency-cache@main
69- - name : Lint
70- uses : Beuterei/reusable-workflows/.github/actions/eslint-runner@main
71- with :
72- package_manager : ${{ inputs.package_manager }}
73- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74-
75- testing :
76- runs-on : ubuntu-latest
77- needs : setup
78- steps :
79- - uses : actions/checkout@v4
80- with :
81- ref : ${{ inputs.ref }}
82- - uses : Beuterei/reusable-workflows/.github/actions/restore-dependency-cache@main
83- - name : Test
84- uses : Beuterei/reusable-workflows/.github/actions/jest-test-runner@main
85-
8660 deploy :
8761 runs-on : ubuntu-latest
8862 needs :
8963 - build
90- - linting
91- - testing
9264 steps :
9365 - uses : Beuterei/reusable-workflows/.github/actions/restore-build-cache@main
9466 with :
You can’t perform that action at this time.
0 commit comments