From f52aeb32b207bef8aa4ee5bf03e04998f7aedf39 Mon Sep 17 00:00:00 2001 From: Brice TEXIER Date: Fri, 26 Jun 2026 08:53:27 +0200 Subject: [PATCH] Clean code --- .github/workflows/test.yml | 2 +- .vscode/settings.json | 8 -------- dist/index.js | 18 +++++++++--------- .../dummy_coverage}/.last_run.json | 0 4 files changed, 10 insertions(+), 18 deletions(-) delete mode 100644 .vscode/settings.json rename {dummy_coverage => test/dummy_coverage}/.last_run.json (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94a154f..91fc859 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,5 +18,5 @@ jobs: - uses: actions/checkout@v7 - uses: ./ with: - resultPath: dummy_coverage/.last_run.json + resultPath: test/dummy_coverage/.last_run.json token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b19a98e..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "[javascript]": { - "editor.formatOnSave": false - }, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" - } -} diff --git a/dist/index.js b/dist/index.js index 7081bfc..9ca21aa 100644 --- a/dist/index.js +++ b/dist/index.js @@ -195,7 +195,7 @@ module.exports = require("node:path"); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; -/******/ +/******/ /******/ // The require function /******/ function __nccwpck_require__(moduleId) { /******/ // Check if module is in cache @@ -209,7 +209,7 @@ module.exports = require("node:path"); /******/ // no module.loaded needed /******/ exports: {} /******/ }; -/******/ +/******/ /******/ // Execute the module function /******/ var threw = true; /******/ try { @@ -218,23 +218,23 @@ module.exports = require("node:path"); /******/ } finally { /******/ if(threw) delete __webpack_module_cache__[moduleId]; /******/ } -/******/ +/******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } -/******/ +/******/ /************************************************************************/ /******/ /* webpack/runtime/compat */ -/******/ +/******/ /******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/"; -/******/ +/******/ /************************************************************************/ -/******/ +/******/ /******/ // startup /******/ // Load entry module and return exports /******/ // This entry module is referenced by other modules so it can't be inlined /******/ var __webpack_exports__ = __nccwpck_require__(936); /******/ module.exports = __webpack_exports__; -/******/ +/******/ /******/ })() -; +; \ No newline at end of file diff --git a/dummy_coverage/.last_run.json b/test/dummy_coverage/.last_run.json similarity index 100% rename from dummy_coverage/.last_run.json rename to test/dummy_coverage/.last_run.json