Skip to content

Commit ef62d42

Browse files
authored
Merge 87ba05f into 39b39c9
2 parents 39b39c9 + 87ba05f commit ef62d42

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
jobs:
66
preview:
77
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
8+
permissions:
9+
issues: write
10+
pull-requests: write
811
steps:
912
- uses: actions/checkout@v5
1013
with:
@@ -72,6 +75,14 @@ jobs:
7275
shell: bash -l {0}
7376
run: |
7477
jb build lectures --path-output ./ -n -W --keep-going
78+
- name: Check for Python warnings
79+
uses: QuantEcon/meta/.github/actions/check-warnings@main
80+
with:
81+
html-path: './_build/html'
82+
fail-on-warning: 'false'
83+
create-issue: 'true'
84+
issue-title: 'Python warnings found in code output'
85+
notify: 'mmcky,HumphreyYang'
7586
- name: Upload Execution Reports (HTML)
7687
uses: actions/upload-artifact@v4
7788
if: failure()

0 commit comments

Comments
 (0)