[ticket/17010] Also check .js.twig files with eslint

PHPBB3-17010
This commit is contained in:
Marc Alexander 2023-11-05 15:41:17 +01:00
parent 4e9fb6ed4f
commit 5ada5728ee
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

1
.github/check-js.sh vendored
View file

@ -15,4 +15,5 @@ sudo npm install -g > /dev/null
npm ci > /dev/null
set -x
node_modules/eslint/bin/eslint.js "phpBB/**/*.js"
node_modules/eslint/bin/eslint.js "phpBB/**/*.js.twig"
node_modules/eslint/bin/eslint.js "gulpfile.js"