Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Rebsdorf committed Jan 26, 2025
1 parent b04bd1d commit ff2bc25
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 63 deletions.
32 changes: 16 additions & 16 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Other Changes
labels:
- "*"
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/MegaLinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
# If using VALIDATE_ALL_CODEBASE = true, the below line
# If using VALIDATE_ALL_CODEBASE = true, the below line
# can be removed to improve performance
# fetch-depth: 0
- name: MegaLinter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
# Generate the content by logging in locally using MFA
STEAM_CONFIG_VDF: ${{ secrets.STEAM_CONFIG_VDF }}
run: |
python src/workshop.py --steam_account_name ${{ secrets.STEAM_ACCOUNT_NAME }} --steam_cmd ${{ steps.setup-steamcmd.outputs.executable }}
python src/workshop.py --steam_account_name ${{ secrets.STEAM_ACCOUNT_NAME }} --steam_cmd ${{ steps.setup-steamcmd.outputs.executable }}
2 changes: 2 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ PYTHON_PRE_COMMANDS:
DISABLE_LINTERS:
# Disabling black as I do not agree with the formatting
- PYTHON_BLACK
# markdown tables are formatted with prettier
- MARKDOWN_MARKDOWN_TABLE_FORMATTER
90 changes: 45 additions & 45 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"akamaihd",
"Andrii",
"CODEOWNERS",
"contentfolder",
"contributorsrc",
"csgo",
"headshot",
"incgrenade",
"iniconfig",
"keyvalues",
"kics",
"longdog",
"magisk",
"Molo",
"moto",
"mouz",
"nade",
"pluggy",
"previewfile",
"publishedfileid",
"pylint",
"pyright",
"pytest",
"rebar",
"Rebsdorf",
"setpos",
"softprops",
"steamapps",
"steamcdn",
"steamcmd",
"steamupload",
"stefanzweifel",
"tetris",
"venv",
"workshopitem",
"zitrez",
"zxvf"
],
"ignoreWords": [],
"import": []
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"akamaihd",
"Andrii",
"CODEOWNERS",
"contentfolder",
"contributorsrc",
"csgo",
"headshot",
"incgrenade",
"iniconfig",
"keyvalues",
"kics",
"longdog",
"magisk",
"Molo",
"moto",
"mouz",
"nade",
"pluggy",
"previewfile",
"publishedfileid",
"pylint",
"pyright",
"pytest",
"rebar",
"Rebsdorf",
"setpos",
"softprops",
"steamapps",
"steamcdn",
"steamcmd",
"steamupload",
"stefanzweifel",
"tetris",
"venv",
"workshopitem",
"zitrez",
"zxvf"
],
"ignoreWords": [],
"import": []
}

0 comments on commit ff2bc25

Please sign in to comment.