Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 27, 2024
1 parent ffe6f86 commit 1206317
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sarif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: npm install --no-package-lock
- run: node markdownlint-cli2.mjs --config .github/sarif.markdownlint-cli2.jsonc '**/README.md' '#node_modules'
- run: node markdownlint-cli2-bin.mjs --config .github/sarif.markdownlint-cli2.jsonc '**/README.md' '#node_modules'
continue-on-error: true
- uses: github/codeql-action/upload-sarif@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions webworker/index.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion webworker/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const nodeModulePrefixRe = /^node:/u;
/** @type {import("webpack").Configuration} */
module.exports = {
"target": "webworker",
"entry": "./index.mjs",
"entry": "../markdownlint-cli2.mjs",
"output": {
"path": __dirname,
"filename": "markdownlint-cli2-webworker.cjs",
Expand Down

0 comments on commit 1206317

Please sign in to comment.