You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add type checking, eslint, and prettier to npm test. (#358)
* Add tsc to npm test
* Enable eslint with TypeScript support
* Enable and run prettier
* Bun test -> bun run test
Signed-off-by: Gavin John <[email protected]>
* Fix rate limit type error
Signed-off-by: Gavin John <[email protected]>
* Missed one!
Signed-off-by: Gavin John <[email protected]>
* Don't use any; reformat
* Bump throttling plugin for better types
* Update lockfile
---------
Signed-off-by: Gavin John <[email protected]>
Co-authored-by: Gavin John <[email protected]>
Co-authored-by: Gavin John <>
# If you wish to specify custom queries, you can do so here or in a config file.
51
-
# By default, queries listed here will override any specified in a config file.
52
-
# Prefix the list here with "+" to use these queries and those in the config file.
53
-
54
-
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
55
+
# queries: security-extended,security-and-quality
62
56
63
-
# ℹ️ Command-line programs to run using the OS shell.
64
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
57
+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
58
+
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments