Update _check.yml

This commit is contained in:
Aleksandr Statciuk 2022-05-08 13:28:39 +03:00
parent d5ca9983fb
commit 4a5393853a

View file

@ -30,4 +30,5 @@ jobs:
if: steps.files.outputs.any_changed == 'true' if: steps.files.outputs.any_changed == 'true'
run: | run: |
npm install npm install
npm run channels:lint -- ${{ steps.files.outputs.all_changed_files }}
npm run channels:validate -- ${{ steps.files.outputs.all_changed_files }} npm run channels:validate -- ${{ steps.files.outputs.all_changed_files }}