From dbe84d52d37a2467cdc65b89c67d1e8fdff8294e Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Mon, 8 Dec 2025 17:29:49 +1100 Subject: [PATCH] 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 --- .github/workflows/style-guide.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style-guide.yml b/.github/workflows/style-guide.yml index ec4a9676..c1a620a6 100644 --- a/.github/workflows/style-guide.yml +++ b/.github/workflows/style-guide.yml @@ -10,10 +10,10 @@ jobs: if: contains(github.event.comment.body, '@qe-style-checker') runs-on: ubuntu-latest steps: - - uses: QuantEcon/action-style-guide@v0.3 + - uses: QuantEcon/action-style-guide@v0.5 with: mode: 'single' lectures-path: 'lectures/' anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} github-token: ${{ secrets.GITHUB_TOKEN }} - comment-body: ${{ github.event.comment.body || github.event.issue.body }} \ No newline at end of file + comment-body: ${{ github.event.comment.body || github.event.issue.body }}