Update check.yml

This commit is contained in:
freearhey 2025-01-13 18:09:13 +03:00
parent 5167a43fb7
commit a9a359d69b

View file

@ -40,3 +40,5 @@ jobs:
if: steps.files.outputs.channels_any_changed == 'true' if: steps.files.outputs.channels_any_changed == 'true'
run: | run: |
npm run channels:lint -- ${{ steps.files.outputs.channels_all_changed_files }} npm run channels:lint -- ${{ steps.files.outputs.channels_all_changed_files }}
npm run postinstall
npm run channels:validate -- ${{ steps.files.outputs.channels_all_changed_files }}