summaryrefslogtreecommitdiff
path: root/.gitea
diff options
context:
space:
mode:
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/lint.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml
index 20a14ee97..64be3efb8 100644
--- a/.gitea/workflows/lint.yaml
+++ b/.gitea/workflows/lint.yaml
@@ -18,6 +18,12 @@ jobs:
- name: checkout source
uses: actions/checkout@v3
+ - name: npm install
+ run: npm install
+
+ - name: eslint
+ run: npx eslint js plugins
+
- name: calculate cache key hash
uses: actions/[email protected]
id: cache-hash