From e5c71f6493daf7539cd4aa18a117ed466a7b5bd0 Mon Sep 17 00:00:00 2001 From: Tyler Dixon Date: Thu, 27 Mar 2025 19:01:44 +0000 Subject: [PATCH] Fixing action --- .github/workflows/post-dependabot.yml | 4 ++-- .vscode/settings.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 798cdb4..f1a17ce 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -16,7 +16,9 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.PAT }} + - run: npm ci + - name: Install licensed run: | cd $RUNNER_TEMP @@ -31,8 +33,6 @@ jobs: npm run build:package - name: Commit changes as Dependabot - with: - token: ${{ secrets.PAT }} run: | git config --global user.name 'dependabot[bot]' git config --global user.email '49699333+dependabot[bot]@users.noreply.github.com' diff --git a/.vscode/settings.json b/.vscode/settings.json index 4d84a6e..144146a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "editor.formatOnSave": true, "files.exclude": {