diff options
| author | 2021-10-24 17:25:41 +0200 | |
|---|---|---|
| committer | 2021-10-24 17:25:41 +0200 | |
| commit | 9416f45dd9178039f8ce0e5a7d7328922d2d7695 (patch) | |
| tree | b96e637953fab571ed55d7ea275a14fcf1855c88 /.jshintignore | |
| parent | 07e00c7681e5fd9e680cba75125b166b96a96198 (diff) | |
GitHub Actions CI optimisation (#3929)
Efforts to reduce the resources used by CI:
* Only one git checkout
* Exclusion of irrelevant directories for several commands
* Fix some rtlcss warnings
* Move some commands from tests.yml to composer.json to make them reusasble
* Initial efforts to take avantage of all that from `make` (help welcome)
Diffstat (limited to '.jshintignore')
| -rw-r--r-- | .jshintignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.jshintignore b/.jshintignore index b8a497857..21b0fd2eb 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,3 +1,4 @@ -node_modules +node_modules/ p/scripts/bcrypt.min.js p/scripts/vendor/ +vendor/ |
