From 4dfdd5057ea801c69f48f1aa83700a2915c1775c Mon Sep 17 00:00:00 2001 From: rebortg Date: Wed, 9 Dec 2020 14:17:47 +0100 Subject: Lint: deativate vale action --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') 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 -- cgit v1.2.3