GitHub Actions Tidy-up (#3114)

- Allow CodeQL workflow to be run from GitHub Actions WebUI at any time
- Set CodeQL to also check for best practises/code problems (as well as security)
- Capitalize Publish GH Action
- Change Windows Test workflow for consistent file extension (also means its formatted with Prettier) and remove leading empty linebreak
- Run Prettier (maybe we should add this to build script to ensure all code is formatted?)
- Change .gitattributes to have LF line-endings for more file types
This commit is contained in:
Christian Oliff
2024-04-24 02:16:32 +09:00
committed by GitHub
parent 90066899f3
commit 07e9dc66b9
8 changed files with 12 additions and 7 deletions

View File

@@ -107,7 +107,7 @@ gulp.task('copy:misc', () =>
// (other tasks will handle the copying of these files)
`!${dirs.src}/css/main.css`,
`!${dirs.src}/index.html`,
`!**/.DS_Store`
`!**/.DS_Store`,
],
{
encoding: false,