Skip to content

Commit

Permalink
Update super-linter.yml (#27)
Browse files Browse the repository at this point in the history
* Update super-linter.yml

* Update CI

* FIx

* FIx

* Remove

* Fix

* Remove (invalided)
  • Loading branch information
Navino16 committed Mar 24, 2024
1 parent 91a437e commit 676a2ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
description: >
If you issue is happening with a specific platform please paste your platform definition here
This will be automatically formatted into code, so no need for backticks.
render: yml
render: json
- type: input
id: logs
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3.support_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
description: >
If you issue is happening with a specific platform please paste your platform definition here
This will be automatically formatted into code, so no need for backticks.
render: yml
render: json
- type: input
id: logs
attributes:
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/codeql.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
LINTER_RULES_PATH: .
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_TYPESCRIPT_ES: true
VALIDATE_GITLEAKS: true
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc
DEFAULT_BRANCH: "main"
Expand Down

0 comments on commit 676a2ea

Please sign in to comment.