From d305532bcef91061c39db13872d44c4f859054b7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Mar 2023 18:10:26 +0300 Subject: commit package-lock.json, add eslint task --- .gitea/workflows/lint.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitea/workflows') 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/go-hashfiles@v0.0.1 id: cache-hash -- cgit v1.2.3