mirror of
https://github.com/iptv-org/epg
synced 2026-04-15 15:19:25 -04:00
remove unused dependencies & deprecated postinstall technique replacement
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
- name: Install dependencies
|
||||
if: steps.files.outputs.any_changed == 'true'
|
||||
run: SKIP_POSTINSTALL=1 npm install
|
||||
run: npm install --ignore-scripts
|
||||
- name: Check changed js-files
|
||||
if: steps.files.outputs.js_any_changed == 'true'
|
||||
run: npx eslint ${{ steps.files.outputs.js_all_changed_files }}
|
||||
|
||||
Reference in New Issue
Block a user