Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ription-service-clinical-prescription-tracker into AEA-3616-create-clinical-prescription-tracker-api-endpoint
  • Loading branch information
kris-szlapa committed Sep 11, 2024
2 parents 3453cf3 + 1aa033d commit 9b03c10
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 3,303 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
#########################################################################

version: 2
registries:
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.DEPENDABOT_TOKEN}}

updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
Expand All @@ -23,6 +29,8 @@ updates:
versioning-strategy: increase
commit-message:
prefix: "Upgrade: [dependabot] - "
registries:
- npm-github

###################################
# Poetry #########################
Expand Down
174 changes: 0 additions & 174 deletions LICENSE-THE-TOMORROW-OPEN-SOURCE-TECHNOLOGY-LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ compile: compile-node compile-specification

download-get-secrets-layer:
mkdir -p packages/getSecretLayer/lib
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/v1.0.40-alpha/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/$$(curl -s "https://api.github.com/repos/NHSDigital/electronic-prescription-service-get-secrets/releases/latest" | jq -r .tag_name)/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip

lint-node: compile-node
npm run lint --workspace packages/sandbox
Expand Down
Loading

0 comments on commit 9b03c10

Please sign in to comment.