Update .gitea/workflows/lint.yml

This commit is contained in:
Felix Schulze 2025-05-06 15:05:14 +02:00
parent 242ef59572
commit 39eabd9292

View File

@ -1,4 +1,4 @@
name: Lint name: Check
on: on:
pull_request: pull_request:
@ -7,8 +7,8 @@ on:
- '**' # matches every branch - '**' # matches every branch
jobs: jobs:
eslint: lint_and_check:
name: Lint name: Lint and Check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -24,5 +24,5 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Run lint check - name: Run check
run: npm run lint run: npm run check