Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Oct 17, 2024
1 parent 7647cd1 commit 721904e
Show file tree
Hide file tree
Showing 7 changed files with 2,083 additions and 824 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/verify-compilation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Verify Compilation

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"

- name: Install dependencies
run: npm install

- name: Verify TypeScript compilation
run: npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Options:
<html>
<head>
<title>Monitoring</title>
<script src="https://unpkg.com/[email protected]/dist/index.umd.js" charset="UTF-8" integrity="sha384-I1Ylzk/C47xfrZ2U0Ca/Lxm7J8Q9uQeoshUEGLT9HKjo0lWPLocZodgx1hjd6jjB" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/index.umd.js" charset="UTF-8" integrity="sha384-YEu5UHBQ2fazqqXdsvej6Xr0mhCfqIEbmdkWeu8nszY7ZI1jQys6yQwxGrfThIew" crossorigin="anonymous"></script>
<style>
body {
padding: 2rem;
Expand Down
Loading

0 comments on commit 721904e

Please sign in to comment.