diff --git a/.github/workflows/syle-checker.yml b/.github/workflows/syle-checker.yml new file mode 100644 index 00000000..c606586a --- /dev/null +++ b/.github/workflows/syle-checker.yml @@ -0,0 +1,20 @@ +name: Style Guide Review (Automatic) +on: + pull_request: + paths: + - 'lectures/**/*.md' +jobs: + style-check: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Run style guide checker + uses: QuantEcon/meta/.github/actions/style-guide-checker@copilot/fix-204 + with: + style-guide: 'https://github.com/QuantEcon/meta/blob/main/.github/copilot-qe-style-guide.md' + github-token: ${{ secrets.GITHUB_TOKEN }} + openai-api-key: ${{ secrets.OPENAI_API_KEY }} + docs: 'lectures' + mode: 'pr' \ No newline at end of file diff --git a/lectures/orth_proj.md b/lectures/orth_proj.md index f9a88298..de577300 100644 --- a/lectures/orth_proj.md +++ b/lectures/orth_proj.md @@ -23,6 +23,8 @@ kernelspec: ```{index} single: Orthogonal Projection ``` +TEST TRIGGER EDIT + ## Overview Orthogonal projection is a cornerstone of vector space methods, with many diverse applications.