We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8d502 commit e30a226Copy full SHA for e30a226
.github/workflows/ci.yml
@@ -64,6 +64,13 @@ jobs:
64
with:
65
name: execution-reports
66
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'
74
- name: Preview Deploy to Netlify
75
uses: nwtgck/actions-netlify@v3
76
0 commit comments