From 111db394a851d3e059ec2e20667590943f99c01a Mon Sep 17 00:00:00 2001 From: Asaf Masa Date: Mon, 1 Sep 2025 10:21:08 +0300 Subject: [PATCH] ci: fix build and workflow --- .github/workflows/pull_request.yaml | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 40a5ef9..6980f96 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -4,7 +4,8 @@ on: [pull_request] jobs: pull_request: - uses: MapColonies/shared-workflows/.github/workflows/pull_request.yaml@v4 + uses: MapColonies/shared-workflows/.github/workflows/pull_request.yaml@v5 secrets: inherit with: openApiFilePath: './bundledApi.yaml' + chartDirs: 'helm' diff --git a/package.json b/package.json index 1a40626..b1a3847 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "prelint:fix": "npm run format:fix", "prelint": "npm run format", "lint:openapi": "npx @redocly/cli lint --format=github-actions ./bundledApi.yaml", - "lint": "eslint . && helm lint ./helm", - "lint:fix": "eslint --fix . && helm lint ./helm", + "lint": "eslint .", + "lint:fix": "eslint --fix .", "test": "npm run test:unit && npm run test:integration", "prebuild": "npm run clean", "build": "tsc --project tsconfig.build.json && npm run assets:copy",