From 7d3f12dc33e114b9d7626769afad4df84382908e Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sat, 2 Dec 2023 00:06:51 +1000 Subject: [PATCH] Try enable prose --- .github/styles/Vocab/Docs/accept.txt | 3 ++- .github/workflows/build.yml | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/styles/Vocab/Docs/accept.txt b/.github/styles/Vocab/Docs/accept.txt index ea00ff516..88507c8c1 100644 --- a/.github/styles/Vocab/Docs/accept.txt +++ b/.github/styles/Vocab/Docs/accept.txt @@ -7,4 +7,5 @@ codemag ImageSharp.Web ImageSharp.Drawing spant -woff \ No newline at end of file +woff +six labors \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21fb07576..3adeb99c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,22 +9,22 @@ on: - main jobs: - # prose: - # runs-on: ubuntu-latest - # steps: - # - name: Checkout - # uses: actions/checkout@v4 + prose: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 - # - name: Vale - # uses: errata-ai/vale-action@master - # with: - # files: articles/. - # env: - # # Required - # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + - name: Vale + uses: errata-ai/vale-action@reviewdog + with: + files: articles/. + env: + # Required + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} deploy: - # needs: [prose] + needs: [prose] runs-on: windows-latest