Skip to content

Commit 0799366

Browse files
Merge branch 'main' into PRMP-166
2 parents 11e9458 + 919df1b commit 0799366

32 files changed

+561
-810
lines changed

.githooks/pre-commit

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
set -e
3+
4+
echo "Running Terraform docs..."
5+
make generate-terraform-docs
6+
7+
echo "Running terraform fmt..."
8+
make format-all

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @NHSDigital/patient-record-management @NHSDigital/national-document-repository @NHSDigital/access-store

0 commit comments

Comments
 (0)