Skip to content

Commit

Permalink
style: reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Apr 2, 2020
1 parent 2115850 commit 2672b6d
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2

env:
variables:
NODE_ENV: "development"
NODE_ENV: 'development'

phases:
install:
Expand Down
2 changes: 1 addition & 1 deletion client/cypress.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"testFiles": "**/*.feature"
}
}
61 changes: 42 additions & 19 deletions client/indexbuild.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DHIS2 App Hub</title>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"

rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,200,300,400" rel="stylesheet">
<link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
<link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />
</head>
<body>
<div id="appHub"></div>

</body>
</html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DHIS2 App Hub</title>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Roboto:100,200,300,400"
rel="stylesheet"
/>
<link
rel="stylesheet"
type="text/css"
charset="UTF-8"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"
/>
<link
rel="stylesheet"
type="text/css"
charset="UTF-8"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"
/>
</head>
<body>
<div id="appHub"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"author": "Erik Arenhill <[email protected]>",
"repository": "git@github.com:dhis2/app-hub.git",
"repository": "https://github.com/dhis2/app-hub.git",
"license": "BSD-3-Clause",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion server/test/utils/testfile.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "test":123 }
{ "test": 123 }

0 comments on commit 2672b6d

Please sign in to comment.