Lines Matching full:run
29 run: composer install --no-interaction --prefer-dist
31 - name: Run PHP_CodeSniffer
32 run: .composer-vendor/bin/phpcs
34 - name: Run PHPStan
36 run: .composer-vendor/bin/phpstan analyse --no-progress
50 run: npm ci
52 - name: Run ESLint
53 run: npx eslint script.js script/
67 run: npm ci
69 - name: Run Stylelint
70 run: npx stylelint "css/**/*.less" "*.less"