Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
OliwiaGowor committed Jul 10, 2024
1 parent ff41c2a commit abf7ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
shell: bash
run: |
set -e
npm install eslint --save-dev
npm install prettier@1.18.2 --save-dev
npx eslint --max-warnings 0 .
npm ci
npx eslint --max-warnings 0 src/ backend/
npm run lint-check
12 changes: 0 additions & 12 deletions src/components/KymaModules/KymaModulesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@ export function KymaModulesList(props) {
ext => ext.metadata.labels['app.kubernetes.io/part-of'] === 'Kyma',
)('/api/v1/configmaps?labelSelector=busola.io/extension=resource', {
pollingInterval: 5000,












});

const resourceName =
Expand Down

0 comments on commit abf7ee1

Please sign in to comment.