Skip to content

Commit

Permalink
Merge pull request #4 from kurone-kito/improve-the-project
Browse files Browse the repository at this point in the history
Improve the project
  • Loading branch information
kurone-kito authored Mar 25, 2024
2 parents 00ae83d + 4dcfa33 commit 7161b04
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ indent_size = 4
[*.{asset,md,meta,prefab,unity}]
trim_trailing_whitespace = false

[*.cs]
[Packages/black.kit.*/**/Runtime/**/*.cs]
dotnet_diagnostic.IDE0066.severity = none

[Assets/UdonSharp/**.txt]
Expand Down
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- directory: /
labels:
- dependencies
package-ecosystem: github-actions
reviewers:
- kurone-kito
assignees:
- kurone-kito
schedule:
interval: monthly
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
- name: Get the Package version based on the package.json file
id: version
uses: zoexx/github-action-json-file-properties@b9f36ce6ee6fe2680cd3c32b2c62e22eade7e590
uses: zoexx/github-action-json-file-properties@1.0.6
with:
file_path: "${{ env.packagePath }}/package.json"
prop_path: "version"
Expand All @@ -57,7 +57,7 @@ jobs:
with:
tag: "${{ env.version }}"
- name: Publish the Release to GitHub
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2
with:
files: |
${{ env.zipFile }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet 6.0.417
dotnet 6.0.420
18 changes: 9 additions & 9 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}
Empty file removed Assets/.gitkeep
Empty file.
9 changes: 5 additions & 4 deletions cspell.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ enableGlobDot: true
features:
weighted-suggestions: true
globRoot: ${cwd}
id: kurone-kito
language: en,ja
ignorePaths:
- .git
- .github/CODE_OF_CONDUCT.*
Expand All @@ -23,6 +21,11 @@ ignorePaths:
- Packages/dev.*
- Packages/*.json
- ProjectSettings
ignoreRegExpList:
- (avtr|wrld)_([0-9a-f]{8})-([0-9a-f]{4})-([0-9a-f]{4})-([0-9a-f]{4})-([0-9a-f]{12})
language: en,ja
useGitignore: true
version: '0.2'
words:
- kito
- kuroné
Expand All @@ -31,5 +34,3 @@ words:
- udon
- vrcsdk
- vrchat
useGitignore: true
version: '0.2'
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "6.0.418"
"rollForward": "latestMinor",
"version": "6.0.420"
}
}

0 comments on commit 7161b04

Please sign in to comment.