mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-03 23:15:23 +00:00
Enable vale in CI
This commit is contained in:
parent
4e8f6cde08
commit
142de6109a
@ -1,4 +1,4 @@
|
||||
name: Statistics
|
||||
name: Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -14,3 +14,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Count words
|
||||
run: make count
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Vale
|
||||
uses: errata-ai/vale-action@reviewdog
|
Loading…
Reference in New Issue
Block a user