-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It marks the workflow as failed whereas it is set to provide help to contributors. All Pull Requests are currently marked in error: disable the action until we find a way to fix the problem/
- Loading branch information
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,16 +28,17 @@ jobs: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
diffDoesNotContain: '["https://documentation.bonitasoft.com/", "Bonita BPM"]' | ||
extensionsToCheck: '[".adoc"]' | ||
- uses: actions/checkout@v3 | ||
- id: files | ||
name: Detect changed files | ||
uses: jitterbit/get-changed-files@v1 | ||
with: | ||
format: 'json' | ||
- name: Check content writing | ||
uses: errata-ai/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
with: | ||
files: ${{ steps.files.outputs.added_modified }} | ||
# Temporarily disable vale-action, see https://github.com/bonitasoft/bonita-documentation-site/issues/464 | ||
#- uses: actions/checkout@v3 | ||
#- id: files | ||
# name: Detect changed files | ||
# uses: jitterbit/get-changed-files@v1 | ||
# with: | ||
# format: 'json' | ||
#- name: Check content writing | ||
# uses: errata-ai/[email protected] | ||
# env: | ||
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
# with: | ||
# files: ${{ steps.files.outputs.added_modified }} | ||
|