mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-12-22 07:01:08 +00:00
Enable vale in CI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user