Skip to content

Commit

Permalink
enables quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JackSpagnoliNHS committed Jan 23, 2024
1 parent 0b40799 commit 80ff60c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches: [main]

jobs:
# quality_checks:
# uses: ./.github/workflows/quality_checks.yml
# with:
# BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
# secrets:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
quality_checks:
uses: ./.github/workflows/quality_checks.yml
with:
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

pr_title_format_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80ff60c

Please sign in to comment.