Skip to content

Commit 9241e6b

Browse files
committed
Re-enable eslint test
Re-enable eslint test See https://progress.opensuse.org/issues/192169 and #2879 We also need to re-create the package-lock file to avoid a mistmatch, since we started using npm ci instead of npm install
1 parent 8766e38 commit 9241e6b

File tree

2 files changed

+1651
-8368
lines changed

2 files changed

+1651
-8368
lines changed

.github/workflows/eslint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name: eslint
44
on: [push, pull_request]
55
jobs:
66
test:
7-
if: false # disabled because currently failing
87
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)