Фикс чеков (#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