Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Introduce illegal file checking. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley authored Jan 11, 2021
1 parent cda819b commit 4636b4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ tasks:
command: /app/vendor/bin/govcms-validate-theme-yml || true
service: cli
shell: bash
- run:
name: Validate illegal files
command: /app/vendor/bin/govcms-illegal-files || true
service: cli
shell: bash
- run:
name: Synchronise the database
command: /app/vendor/bin/govcms-db-sync
Expand Down

0 comments on commit 4636b4b

Please sign in to comment.