From 2672b6da56d4dad6e51e55db3c2830abf99adbb6 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Thu, 2 Apr 2020 14:08:03 +0200 Subject: [PATCH] style: reformat files --- .github/workflows/docker-publish.yml | 2 + buildspec.yml | 2 +- client/cypress.json | 2 +- client/indexbuild.html | 61 +++++++++++++++++++--------- package.json | 2 +- server/test/utils/testfile.json | 2 +- 6 files changed, 48 insertions(+), 23 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b1dc0ac79..48170fbe5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -26,6 +26,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + token: ${{env.GH_TOKEN}} - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 diff --git a/buildspec.yml b/buildspec.yml index c5ad36bdf..9db20b9f3 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -2,7 +2,7 @@ version: 0.2 env: variables: - NODE_ENV: "development" + NODE_ENV: 'development' phases: install: diff --git a/client/cypress.json b/client/cypress.json index 85760a993..4d6c4ffea 100644 --- a/client/cypress.json +++ b/client/cypress.json @@ -1,3 +1,3 @@ { "testFiles": "**/*.feature" -} \ No newline at end of file +} diff --git a/client/indexbuild.html b/client/indexbuild.html index 1aab6e725..cc3ba7a13 100644 --- a/client/indexbuild.html +++ b/client/indexbuild.html @@ -1,21 +1,44 @@ - - - - DHIS2 App Hub - - - - - - - - - -
- - - \ No newline at end of file + + + + DHIS2 App Hub + + + + + + + + + +
+ + diff --git a/package.json b/package.json index 797447a7a..73d332622 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "author": "Erik Arenhill ", - "repository": "git@github.com:dhis2/app-hub.git", + "repository": "https://github.com/dhis2/app-hub.git", "license": "BSD-3-Clause", "private": true, "workspaces": [ diff --git a/server/test/utils/testfile.json b/server/test/utils/testfile.json index 078e49eb0..5e045ef08 100644 --- a/server/test/utils/testfile.json +++ b/server/test/utils/testfile.json @@ -1 +1 @@ -{ "test":123 } \ No newline at end of file +{ "test": 123 }