Skip to content

Commit

Permalink
ci: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre committed Mar 18, 2023
1 parent 2a73710 commit a4a3d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
var __webpack_exports__ = {};
const action = require('./lib');
(async function () {await action()})();

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const action = require('./lib');
(async function () {await action()})();
(async function () {await action()})();

0 comments on commit a4a3d1f

Please sign in to comment.