mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-26 17:19:41 -05:00
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.
5 lines
110 B
YAML
5 lines
110 B
YAML
paths-ignore:
|
|
- 'generate/template/astronomy.*'
|
|
- 'generate/eclipse/*.html'
|
|
- '**/astronomy.browser.js'
|