Fixing action

This commit is contained in:
Tyler Dixon
2025-03-27 19:01:44 +00:00
parent c197100bc7
commit e5c71f6493
2 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"files.exclude": {