diff options
| author | rebortg <github@ghlr.de> | 2020-12-09 14:17:47 +0100 | 
|---|---|---|
| committer | rebortg <github@ghlr.de> | 2020-12-09 14:17:47 +0100 | 
| commit | 4dfdd5057ea801c69f48f1aa83700a2915c1775c (patch) | |
| tree | 72d1eb113d5e166126721ec6447f9efe2425e4c2 | |
| parent | fb9d298eb2fff6d77f3b50ec3a3639c32b5d4cbc (diff) | |
| download | vyos-documentation-4dfdd5057ea801c69f48f1aa83700a2915c1775c.tar.gz vyos-documentation-4dfdd5057ea801c69f48f1aa83700a2915c1775c.zip  | |
Lint: deativate vale action
| -rw-r--r-- | .github/workflows/main.yml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6797ce0..eb04d97f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,10 @@ jobs:        id: file_changes        uses: trilom/file-changes-action@v1.2.3 -    - name: Vale -      uses: errata-ai/vale-action@v1.3.0 -      with: -        files: '${{ steps.file_changes.outputs.files_modified }}'  +    #- name: Vale +    #  uses: errata-ai/vale-action@v1.3.0 +    #  with: +    #    files: '${{ steps.file_changes.outputs.files_modified }}'       - name: Set up Python        uses: actions/setup-python@v2  | 
