提交 36161c3c authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Make CI aware of C source file changes

上级 9448cf66
...@@ -26,14 +26,21 @@ jobs: ...@@ -26,14 +26,21 @@ jobs:
python: &python python: &python
- 'aesara/**/*.py' - 'aesara/**/*.py'
- 'tests/**/*.py' - 'tests/**/*.py'
- 'aesara/**/*.pyx'
- 'tests/**/*.pyx'
- '*.py' - '*.py'
src: src:
- *python - *python
- 'aesara/**/*.c'
- 'tests/**/*.c'
- 'aesara/**/*.h'
- 'tests/**/*.h'
- '.github/**/*.yml' - '.github/**/*.yml'
- 'setup.cfg' - 'setup.cfg'
- 'requirements.txt' - 'requirements.txt'
- '.coveragerc' - '.coveragerc'
style: style:
name: Check code style name: Check code style
needs: changes needs: changes
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论