mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-04 07: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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -14,3 +14,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Count words
|
- name: Count words
|
||||||
run: make count
|
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