* chore(.prettierignore): add *.yml file extension to the list of files ignored by Prettier to maintain consistent code formatting

* chore(codeql.yml): add assets/ts directory to the list of paths to be analyzed by CodeQL

* fix(codeql.yml): fix paths config
This commit is contained in:
Spedon
2023-11-04 23:11:30 +08:00
committed by GitHub
parent d6a65795bc
commit eb8ddf657d
2 changed files with 34 additions and 32 deletions

2
.github/codeql-config.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
paths:
- assets/ts