mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
Фикс чеков (#120)
* somechecksfix * labler * dofix * linter * linter2 * linterback
This commit is contained in:
1
.github/workflows/labeler-pr.yml
vendored
1
.github/workflows/labeler-pr.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
issues: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
|
||||
1
.github/workflows/labeler-review.yml
vendored
1
.github/workflows/labeler-review.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/labeler-size.yml
vendored
4
.github/workflows/labeler-size.yml
vendored
@@ -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"
|
||||
|
||||
3
.github/workflows/labeler-untriaged.yml
vendored
3
.github/workflows/labeler-untriaged.yml
vendored
@@ -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) == ''
|
||||
|
||||
8
.github/workflows/test-packaging.yml
vendored
8
.github/workflows/test-packaging.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/yaml-linter.yml
vendored
2
.github/workflows/yaml-linter.yml
vendored
@@ -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
|
||||
|
||||
@@ -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 |
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/ss220-space/Paradise",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
Binary file not shown.
|
Before Width: | Height: | Size: 984 B |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user