Skip to content

Commit

Permalink
Convert to esm (#4)
Browse files Browse the repository at this point in the history
* fix: convert to esm

* fix: update markdown-vscode-contributions to v1.0.2

* fix: add package.json type

* fix: update version
  • Loading branch information
jeronimoek authored Mar 14, 2023
1 parent 90bfd7a commit 58f68bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "markdown-vscode-contributions-action",
"version": "1.0.3",
"version": "1.0.4",
"description": "Github Action that updates a markdown file using the Markdown VSCode Contributions package",
"license": "MIT",
"type": "module",
"author": {
"name": "Jeronimo Ekerdt",
"email": "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ async function run() {
"Markdown hasn't changed and skip-on-no-changes is enabled so we skip this step"
);
core.setOutput("skipped", "true");

return;
}

Expand Down

0 comments on commit 58f68bf

Please sign in to comment.