Skip to content

Commit ff61724

Browse files
committed
ci: fixed helm chart duplication
1 parent 98b1994 commit ff61724

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,3 @@ jobs:
5858
5959
- name: Build
6060
run: npm run build
61-
62-
eslint:
63-
name: ESLint (non-blocking)
64-
runs-on: ubuntu-latest
65-
continue-on-error: true
66-
steps:
67-
- name: Checkout
68-
uses: actions/checkout@v4
69-
70-
- name: Set up Node.js
71-
uses: actions/setup-node@v4
72-
with:
73-
node-version: '20'
74-
cache: 'npm'
75-
76-
- name: Install dependencies
77-
run: |
78-
npm ci
79-
npm install --no-save @rollup/rollup-linux-x64-gnu || true
80-
81-
- name: Lint
82-
run: npm run lint

0 commit comments

Comments
 (0)