Skip to content

Commit a4a9755

Browse files
authored
Update index.ts (#223)
* Update index.ts * Update cl.yml
1 parent 0e0df63 commit a4a9755

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/cl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
schedule:
79
- cron: "00 20 * * *"

scripts/jaylydb/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Script example for ScriptAPI
2+
// Author: Jayly <https://github.com/JaylyDev>
3+
// Project: https://github.com/JaylyDev/ScriptAPI
14
import { ScoreboardIdentity, ScoreboardIdentityType, ScoreboardObjective, world } from "@minecraft/server";
25
const str = () => ('00000000000000000' + (Math.random() * 0xffffffffffffffff).toString(16)).slice(-16);
36
/**
@@ -148,4 +151,4 @@ class JaylyDB implements Map<string, string | number | boolean> {
148151
}
149152
[Symbol.toStringTag]: string = JaylyDB.name;
150153
};
151-
export { JaylyDB };
154+
export { JaylyDB };

0 commit comments

Comments
 (0)