Skip to content

Commit e30a226

Browse files
committed
[TEST] ENH: add syntax warning checker to PR
1 parent dd8d502 commit e30a226

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ jobs:
6464
with:
6565
name: execution-reports
6666
path: _build/html/reports
67+
- name: Check for Python warnings (PR mode = changed files)
68+
if: github.event_name == 'pull_request'
69+
uses: QuantEcon/meta/.github/actions/check-warnings@copilot/fix-224
70+
with:
71+
html-path: './_build/html'
72+
pr-mode: 'true'
73+
fail-on-warning: 'true'
6774
- name: Preview Deploy to Netlify
6875
uses: nwtgck/actions-netlify@v3
6976
with:

0 commit comments

Comments
 (0)