Skip to content

Commit

Permalink
Merge branch 'master' into feature/lastmod
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Nov 21, 2024
2 parents b4d9fae + 5343405 commit a2ef85a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@ jobs:
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4

- name: Install docutils
run: sudo apt-get install -y docutils

- name: Lint with Vale
- uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit a2ef85a

Please sign in to comment.