Skip to content

Commit 14e1a74

Browse files
committed
enable linting in test workflow
1 parent 673017f commit 14e1a74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ jobs:
4040
# Blocked by https://github.com/ljharb/ls-engines/pull/23
4141
# - name: Ensure dependencies are compatible with the version of node
4242
# run: npx ls-engines
43-
# enable once we replace `xo` with `prettier`
44-
# - run: npm run lint
43+
- run: npm run lint
4544
- run: npx lockfile-lint --path package-lock.json

0 commit comments

Comments
 (0)