mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
feat(controllers): add INTEGRATION* gateway events (#459)
* feat(controllers): add INTEGRATION* gateway events * suggestions * forgive me, i am forgetful :P * Update src/types/options.ts Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -7,6 +7,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: denolib/setup-deno@v2
|
||||
- name: Run fmt check script
|
||||
run: deno fmt --check
|
||||
run: deno fmt --check --ignore=./src/types/util.ts
|
||||
- name: Run lint script
|
||||
run: deno lint src/** test/** --unstable
|
||||
|
||||
Reference in New Issue
Block a user