File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed
Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 88 BRANCH_NAME : ${{ github.event.pull_request.head.ref }}
99
1010jobs :
11- quality_checks :
12- uses :
NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected] 13- secrets :
14- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
11+ # quality_checks:
12+ # uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected] 13+ # secrets:
14+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515
1616 pr_title_format_check :
1717 uses : ./.github/workflows/pr_title_check.yml
1818
1919 get_issue_number :
2020 runs-on : ubuntu-22.04
21- needs : quality_checks
21+ # needs: quality_checks
2222 outputs :
2323 issue_number : ${{steps.get_issue_number.outputs.result}}
2424
Original file line number Diff line number Diff line change @@ -23,14 +23,6 @@ repos:
2323
2424 - repo : local
2525 hooks :
26- - id : lint-getSecretLayer
27- name : Lint getSecretLayer
28- entry : make
29- args : ["lint-go"]
30- language : system
31- files : ^packages\/getSecretLayer
32- pass_filenames : false
33-
3426 - id : lint-githubactions
3527 name : Lint github actions
3628 entry : make
Original file line number Diff line number Diff line change 1919 ],
2020 "settings" : {
2121 "jest.disabledWorkspaceFolders" : [
22- " eps-assist-me" ,
23- " packages/getSecretLayer"
22+ " eps-assist-me"
2423 ],
2524 "files.exclude" : {
2625 "packages/" : true
You can’t perform that action at this time.
0 commit comments