Skip to content

Commit

Permalink
common quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Oct 14, 2024
1 parent 9300a87 commit 042dfaf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 84 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ env:

jobs:
quality_checks:
uses: ./.github/workflows/quality_checks.yml
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v2
with:
node_version: '20'
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ env:

jobs:
quality_checks:
uses: ./.github/workflows/quality_checks.yml
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v2
with:
node_version: '20'
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/quality_checks.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ env:

jobs:
quality_checks:
uses: ./.github/workflows/quality_checks.yml
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v2
with:
node_version: '20'
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Expand Down
48 changes: 0 additions & 48 deletions docker/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions docker/entrypoint.sh

This file was deleted.

0 comments on commit 042dfaf

Please sign in to comment.