Skip to content

Commit 7309a5e

Browse files
authored
ci: re-enable lint checks in GitHub Actions workflow
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/74fb249c-6924-4215-b753-ccd1704063d7
1 parent c292a35 commit 7309a5e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
only_minspec: false
3333
name: ${{ matrix.name }}
3434
runs-on: ${{ matrix.os }}
35-
env:
36-
# TODO: Re-enable lint checks after current lint baseline failures are resolved.
37-
DISABLE_LINT_FOR_NOW: 'true'
3835
permissions:
3936
contents: read
4037

@@ -66,5 +63,5 @@ jobs:
6663
run: npm run test:types
6764

6865
- name: Lint checking
69-
if: ${{ env.DISABLE_LINT_FOR_NOW != 'true' && !matrix.only_minspec }}
66+
if: ${{ !matrix.only_minspec }}
7067
run: npm run test:lint

0 commit comments

Comments
 (0)