From cd707eb6c220e8b0f2696324a77616fc09d3be21 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Mon, 1 May 2023 23:04:54 +0000 Subject: [PATCH] no nodejs, only eslint --- .gitea/workflows/lint.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 2447dd9..e4f9872 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -17,18 +17,10 @@ jobs: steps: - name: Install Dependencies - run: apt update; apt install -y nodejs eslint + run: apt update; apt install -y eslint - name: Check out Git repository uses: actions/checkout@v3 - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: 14 - - - name: Install Node.js dependencies - run: npm ci - - name: Run eslint run: eslint *.js