Skip to content

Commit

Permalink
Update ci.yml to run govuk-app-linter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Feb 7, 2025
1 parent 967a5ec commit 8b7bf2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --config ct.yml

- name: Run govuk-app-linter
run: |
mkdir lint-tmp
./govuk-app-linter.sh
- name: Helm template
run: |
mkdir helm-dist
Expand Down

0 comments on commit 8b7bf2b

Please sign in to comment.