-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Milestone
Description
To use the GitHub Action, I would need to translate the command from Makefile to get the list of files to lint, and set an environment variable:
VALEFILES := $(shell find -L $(DOCS_DIR) -type d \( -path $(DOCS_DIR)/plone.restapi/lib/* -o -path $(DOCS_DIR)"/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print)
How would I translate that to GitHub Actions? I have no idea.
It might be easier to just install Vale where all the other tests are run in CI and use make vale. Narrator: it wasn't.
There is also an option to use a GitHub Action of Vale, and I might try that as well.
Originally posted by @stevepiercy in #1366 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels