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
feat: lint workflow files and others files in .github (#16914)
* add npm prettier dep and format script to .github folder
* initial work on prettier formatting test
* attempt index notation
* change name of .github job to be valid
* another use of index notation
this is getting overcomplicated
* Change job ID to `github-files-formatting` and chane the name to `.github Files Checks`
* Change job name to `.github Files Formatting`
* Update Makefile with .github module and `filter-out`s
* run prettier formatting as added in this PR
# If you wish to specify custom queries, you can do so here or in a config file.
53
+
# By default, queries listed here will override any specified in a config file.
54
+
# Prefix the list here with "+" to use these queries and those in the config file.
55
55
56
-
# 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
57
-
# queries: security-extended,security-and-quality
56
+
# 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
57
+
# queries: security-extended,security-and-quality
58
58
59
+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60
+
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments