Files
astronomy/.codeql/config.yml
Don Cross cd2df0bc6e Attempted fix of custom CodeQL configuration.
Apparently you have to put CodeQL paths-ignore statements
in a separate yml file from the GitHub Actions workflow yml,
and point to it by name. Trying that here.
2022-11-07 15:43:01 -05:00

5 lines
110 B
YAML

paths-ignore:
- 'generate/template/astronomy.*'
- 'generate/eclipse/*.html'
- '**/astronomy.browser.js'