Skip to content

Commit 9b596f3

Browse files
committed
[TST] ENH: enable quantecon AI style checker
1 parent 43e9bc7 commit 9b596f3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/syle-checker.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Style Guide Review (Automatic)
2+
on:
3+
pull_request:
4+
paths:
5+
- 'lectures/**/*.md'
6+
jobs:
7+
style-check:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v4
12+
13+
- name: Run style guide checker
14+
uses: QuantEcon/meta/.github/actions/style-guide-checker@copilot/fix-204
15+
with:
16+
github-token: ${{ secrets.GITHUB_TOKEN }}
17+
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
18+
docs: 'lectures'
19+
mode: 'pr'

0 commit comments

Comments
 (0)