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",