Merge pull request 'acid testing' (#29) from futonbeta into main
Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/29
This commit is contained in:
commit
a28ca07141
17
.github/workflows/futon-deploy.yaml
vendored
17
.github/workflows/futon-deploy.yaml
vendored
@ -14,20 +14,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
- name: Install ependencies
|
||||
run: 'npm ci'
|
||||
|
||||
- name: Run linters
|
||||
uses: wearerequired/lint-action@v2
|
||||
with:
|
||||
eslint: true
|
||||
prettier: true
|
||||
stylelint: true
|
||||
htmlhint: true
|
||||
uses: github/super-linter@v4
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: true
|
||||
|
||||
# - name: Minify dashit
|
||||
# uses: nizarmah/auto-minify@v2.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user