mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
Removed jsdoc
This commit is contained in:
parent
2df22c1914
commit
901141f98c
6
.github/workflows/js.yml
vendored
6
.github/workflows/js.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: JS-JSON-CSS-LESS
|
||||
name: Grunt
|
||||
|
||||
on: [push]
|
||||
|
||||
|
@ -15,8 +15,8 @@ jobs:
|
|||
npm install --save-dev grunt-eslint
|
||||
npm install --save-dev eslint-config-wikimedia
|
||||
|
||||
- name: Generate documentation
|
||||
run: npm run doc
|
||||
#- name: Generate documentation
|
||||
# run: npm run doc
|
||||
|
||||
- name: Grunt test
|
||||
run: grunt test
|
||||
|
|
Loading…
Reference in a new issue