Skip to content

Commit

Permalink
pnpm lint on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Jan 24, 2025
1 parent b9622f7 commit 3a2ab44
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@ jobs:
-
name: Check files
uses: pre-commit/[email protected]
-
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
Expand Down

0 comments on commit 3a2ab44

Please sign in to comment.