Skip to content

Commit a95fc7b

Browse files
committed
fixed lint and removing clamav npm ci from ci.yml
1 parent d263cc4 commit a95fc7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ jobs:
179179
path: '**/node_modules'
180180
key: ${{ runner.OS }}-node-modules-${{ hashFiles('**/package-lock.json') }}
181181
fail-on-cache-miss: true
182-
- run: npm ci --prefix serverless/virus-scanner
183182
- run: npm ci --prefix serverless/virus-scanner-guardduty
184183
- run: npm ci --prefix serverless/pdf-gen-sparticuz
185184
- name: Configure Datadog Test Visibility

src/app/modules/submission/multirespondent-submission/multirespondent-submission.middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
IPopulatedMultirespondentForm,
1111
} from 'src/types'
1212

13-
import { featureFlags } from '../../../../../shared/constants'
1413
import {
1514
BasicField,
1615
FormAuthType,

0 commit comments

Comments
 (0)