Skip to content

Commit

Permalink
Try enable prose
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Dec 1, 2023
1 parent 871a075 commit 7d3f12d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .github/styles/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ codemag
ImageSharp.Web
ImageSharp.Drawing
spant
woff
woff
six labors
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7d3f12d

Please sign in to comment.