diff --git a/.github/workflows/_check.yml b/.github/workflows/_check.yml index 18790621..dd655863 100644 --- a/.github/workflows/_check.yml +++ b/.github/workflows/_check.yml @@ -27,5 +27,5 @@ jobs: if: steps.files.outputs.any_changed == 'true' run: | npm install - npm run channels:lint -- ${{ steps.files.outputs.added_modified }} - npm run channels:validate -- ${{ steps.files.outputs.added_modified }} + npm run channels:lint -- ${{ steps.files.outputs.all_changed_files }} + npm run channels:validate -- ${{ steps.files.outputs.all_changed_files }}