Development: pnpm lint on ci (#4646)

pull/4653/head
shamoon 3 months ago committed by GitHub
parent b9622f75b0
commit 6beaf665fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,6 +46,24 @@ jobs:
-
name: Check files
uses: pre-commit/action@v3.0.1
-
name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
run_install: false
-
name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
-
name: Install dependencies
run: pnpm install
-
name: Lint frontend
run: pnpm run lint
build:
name: Docker Build & Push

Loading…
Cancel
Save