chore: update GitHub Actions and consolidate .editorconfig rules (#85)

Co-authored-by: admin <admin@ardentleatherworks.com>
This commit is contained in:
Cody Kickertz 2025-12-19 20:00:23 -06:00 committed by GitHub
parent a73b82d40c
commit b6b1df9dfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 10 deletions

View file

@ -272,15 +272,8 @@ dotnet_diagnostic.SYSLIB0006.severity = none
# S5145: Log injection - SanitizeForLog() is used but not recognized by analyzer
dotnet_diagnostic.S5145.severity = none
[*.{js,html,hbs,less,css,ts,tsx}]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
# They have troubles with TABS. Use 2 spaces
[{package.json,.travis.yml}]
# Web files and config files - 2 space indentation
[*.{js,html,hbs,less,css,ts,tsx,json,yml,yaml}]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View file

@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3