Should stop circle now
This commit is contained in:
parent
6c7d0c8f24
commit
6afe51645e
2 changed files with 3 additions and 5 deletions
6
.github/workflows/prettier.yml
vendored
6
.github/workflows/prettier.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Commit Prettier Code
|
- name: Commit Prettier Code
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4.14.1
|
uses: stefanzweifel/git-auto-commit-action@v4.14.1
|
||||||
with:
|
with:
|
||||||
|
commit_message: "chore: Prettified Code\n [ci skip]"
|
||||||
commit_message: "chore: Prettified Code\n ci skip"
|
commit_user_name: "cider-chore[bot]"
|
||||||
commit_user_name: cider-chore[bot]
|
commit_user_email: "cider-chore[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,6 @@ Sentry({
|
||||||
new Store();
|
new Store();
|
||||||
const Cider = new AppEvents();
|
const Cider = new AppEvents();
|
||||||
const CiderPlug = new Plugins();
|
const CiderPlug = new Plugins();
|
||||||
//to trigger the prettier test
|
|
||||||
console.log("hello world");
|
|
||||||
|
|
||||||
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
* App Event Handlers
|
* App Event Handlers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue