Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: tsc --build

- name: Format Check
run: node ./dist/tools/index.js
run: node ./dist/index.js
env:
event_name: ${{ github.event_name }}

Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/dependency-update.yml

This file was deleted.

2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ Contributing infomation. This info changes because Script API is currently in ac
In the main file, you must input basic credentials for the scripts with the right format. For example, here are the first few lines of script example:

```js
// Script example for ScriptAPI
// Author: Alice <https://github.com/alice>
// Bob <https://github.com/bob>
// Steve <https://steve.com/>
// Project: https://github.com/JaylyDev/ScriptAPI
```

In order for the pull request to be merged, the scripts must pass TypeScript Compiling process for all JavaScript/TypeScript files.
Expand Down
Loading
Loading