Фикс чеков (#120)

* somechecksfix

* labler

* dofix

* linter

* linter2

* linterback
This commit is contained in:
Zekins
2025-08-02 00:46:52 +03:00
committed by GitHub
parent 36a5405aa6
commit 2f0e48b4c5
15 changed files with 55 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ jobs:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

View File

@@ -9,6 +9,7 @@ jobs:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- uses: tspascoal/get-user-teams-membership@v3

View File

@@ -3,6 +3,10 @@ on: pull_request_target
jobs:
size-label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: size-label
uses: "pascalgn/size-label-action@v0.5.5"

View File

@@ -9,6 +9,9 @@ on:
jobs:
add_label:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions-ecosystem/action-add-labels@v1
if: join(github.event.issue.labels) == ''

View File

@@ -54,13 +54,11 @@ jobs:
SSH_KEY: ${{ secrets.SECRETS_PRIVATE_KEY }}
if: ${{ env.SSH_KEY != '' }}
run: |
mkdir -p ~/.ssh
mkdir ~/.ssh
echo "${{ secrets.SECRETS_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo "HOST *" > ~/.ssh/config
echo " Hostname github.com" >> ~/.ssh/config
echo " Port 22" >> ~/.ssh/config
echo " StrictHostKeyChecking no" >> ~/.ssh/config
echo "StrictHostKeyChecking no" >> ~/.ssh/config
git -c submodule.Secrets.update=checkout submodule update --init
# Corvax-Secrets-End
@@ -68,8 +66,6 @@ jobs:
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 9.0.x
env:
DOTNET_INSTALL_DIR: $HOME/.dotnet
- name: Install dependencies
run: dotnet restore

View File

@@ -27,8 +27,6 @@ jobs:
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 9.0.x
env:
DOTNET_INSTALL_DIR: $HOME/.dotnet
- name: Install dependencies
run: dotnet restore
- name: Build

View File

@@ -19,6 +19,10 @@
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-resomi",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,5 +1,6 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/ss220-space/Paradise",
"size": {
"x": 32,

View File

@@ -114,6 +114,27 @@
},
{
"name": "hysteria"
},
{
"name": "lunge_finale"
},
{
"name": "bats_meta"
},
{
"name": "blood_hound"
},
{
"name": "vampire_bats"
},
{
"name": "infected_trophy"
},
{
"name": "bats_shriek"
},
{
"name": "vampire_coffin"
}
]
}

View File

@@ -1,9 +1,9 @@
- files: ["wega.png"]
license: "CC-BY-NC-SA-4.0"
copyright: "Specially created for Wega, by vovock2702 on discord"
source: "Specially created for Wega"
source: "https://discord.com/channels/1286594744432066562/1303329439869833286" # Gooooooool
- files: ["just_joke.png"]
license: "CC-BY-NC-SA-4.0"
copyright: "Specially created for Wega, by allochtonado on discord"
source: "Specially created for Wega"
source: "https://discord.com/channels/1286594744432066562/1303329439869833286" # Gooooooool

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": null,
"copyright": null,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/ss220-space/Paradise",
"size": {
"x": 32,
"y": 32

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/ss220-space/Paradise",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}