Update check.yml

This commit is contained in:
Aleksandr Statciuk 2022-02-25 08:23:51 +03:00
parent a5c116347b
commit 016e7f1e7c

View file

@ -13,7 +13,7 @@ jobs:
- id: files
uses: tj-actions/changed-files@v12.2
with:
files: \.csv$
files: 'data'
- name: validate
if: steps.files.outputs.any_changed == 'true'
run: |