diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 66097d5..0d550f3 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -31,7 +31,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances diff --git a/.vscode/settings.json b/.vscode/settings.json index 2918e5e..dd9f80b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "chat.modeFilesLocations": { + "chat.modeFilesLocations": { "chatmodes": true }, "chat.promptFilesLocations": { @@ -15,9 +15,7 @@ "files.trimTrailingWhitespace": false, "editor.formatOnSave": true }, - "editor.rulers": [ - 100 - ], + "editor.rulers": [100], // "files.associations": { // "*.chatmode.md": "markdown", // "*.instructions.md": "markdown",