Skip to content

Commit dbe84d5

Browse files
committed
Update style guide action to v0.5
- Update from @v0.3 to @v0.5 - Latest version includes: - Production testing infrastructure - PR labels feature - Simplified @qe-style-checker syntax - Bug fixes and improvements See: https://github.com/QuantEcon/action-style-guide/releases/tag/v0.5.0
1 parent bc9f017 commit dbe84d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/style-guide.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
if: contains(github.event.comment.body, '@qe-style-checker')
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: QuantEcon/action-style-guide@v0.3
13+
- uses: QuantEcon/action-style-guide@v0.5
1414
with:
1515
mode: 'single'
1616
lectures-path: 'lectures/'
1717
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
19-
comment-body: ${{ github.event.comment.body || github.event.issue.body }}
19+
comment-body: ${{ github.event.comment.body || github.event.issue.body }}

0 commit comments

Comments
 (0)