Skip to content

Commit

Permalink
Name
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 19, 2020
1 parent f2fb408 commit e13fc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check JSDoc Types
run: yarn lint:typecheck

- name: Lint Code
- name: Lint ESLint
run: yarn lint:eslint

- name: Lint Prettier
Expand All @@ -38,5 +38,5 @@ jobs:
- name: Lint Changelog
run: yarn lint:changelog

- name: Check File Changes
- name: Check Lock File Changes
run: yarn && echo "Listing changed files:" && git diff --name-only --exit-code && echo "No files changed during lint."
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -19,7 +19,7 @@ module.exports = {
"<rootDir>/src/doc/doc-debug.js",
"<rootDir>/src/main/massage-ast.js"
],
coverageReporters: ["text", "cobertura", "html", "lcov"],
coverageReporters: ["text", "html", "cobertura", "lcov"],
moduleNameMapper: {
// Jest wires `fs` to `graceful-fs`, which causes a memory leak when
// `graceful-fs` does `require('fs')`.
Expand Down

0 comments on commit e13fc68

Please sign in to comment.