We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbd044 commit aeff6c7Copy full SHA for aeff6c7
.github/workflows/pull_request.yml
@@ -8,17 +8,17 @@ env:
8
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
9
10
jobs:
11
- # quality_checks:
12
- # uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
13
- # secrets:
14
- # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ quality_checks:
+ uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
+ secrets:
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
15
16
pr_title_format_check:
17
uses: ./.github/workflows/pr_title_check.yml
18
19
get_issue_number:
20
runs-on: ubuntu-22.04
21
- # needs: quality_checks
+ needs: quality_checks
22
outputs:
23
issue_number: ${{steps.get_issue_number.outputs.result}}
24
0 commit comments