acid testing #29

Merged
l4kr merged 1 commits from futonbeta into main 2023-09-13 13:05:22 +00:00

View File

@ -14,20 +14,9 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: install Node.js - name: install Node.js
uses: actions/setup-node@v1 uses: github/super-linter@v4
with: env:
node-version: 12 VALIDATE_ALL_CODEBASE: true
- name: Install ependencies
run: 'npm ci'
- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true
stylelint: true
htmlhint: true
# - name: Minify dashit # - name: Minify dashit
# uses: nizarmah/auto-minify@v2.1 # uses: nizarmah/auto-minify@v2.1