mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update _check.yml
This commit is contained in:
parent
e557e29f7e
commit
6a89e53a1d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/_check.yml
vendored
4
.github/workflows/_check.yml
vendored
|
@ -27,5 +27,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.added_modified }}
|
npm run channels:lint -- ${{ steps.files.outputs.all_changed_files }}
|
||||||
npm run channels:validate -- ${{ steps.files.outputs.added_modified }}
|
npm run channels:validate -- ${{ steps.files.outputs.all_changed_files }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue