Skip to content

Commit

Permalink
update ci & format
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Jun 19, 2024
1 parent 6024b32 commit 37cee3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Main'
name: "Main"
on:
- push

Expand Down Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Run linter
run: yarn linter
run: yarn lint
- name: Run formatter
run: yarn format
- name: Build
run: yarn build
- name: Unit tests
run: yarn test:unit
run: yarn test
15 changes: 9 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title>App Integration Example</title>
</head>
<body>
<noscript>
<strong>We're sorry but the integration example doesn't work properly when JavaScript is disabled. Please enable it to continue.</strong>
<strong
>We're sorry but the integration example doesn't work properly when JavaScript is disabled. Please
enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down

0 comments on commit 37cee3c

Please sign in to comment.