1 Commits

Author SHA1 Message Date
blacksmith-sh[bot]
61ada6397e .github/workflows: Migrate workflows to Blacksmith runners (#9)
Migrate workflows to Blacksmith

Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
2025-09-27 08:12:29 +03:30
6 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ on:
jobs: jobs:
main: main:
name: Build, Lint, and Test Project name: Build, Lint, and Test Project
runs-on: ubuntu-latest runs-on: blacksmith-2vcpu-ubuntu-2404
steps: steps:
- name: 📥 Checkout repository - name: 📥 Checkout repository

View File

@@ -14,7 +14,7 @@ on:
jobs: jobs:
main: main:
name: CodeQL Analyze name: CodeQL Analyze
runs-on: ubuntu-latest runs-on: blacksmith-2vcpu-ubuntu-2404
strategy: strategy:
fail-fast: false fail-fast: false

View File

@@ -23,7 +23,7 @@ on:
jobs: jobs:
main: main:
name: Dependency Review name: Dependency Review
runs-on: ubuntu-latest runs-on: blacksmith-2vcpu-ubuntu-2404
steps: steps:
- name: ⤵️ Checkout repository - name: ⤵️ Checkout repository

View File

@@ -30,7 +30,7 @@ jobs:
if: github.repository_owner == 'the-nexim' if: github.repository_owner == 'the-nexim'
name: Publish NPM name: Publish NPM
runs-on: ubuntu-latest runs-on: blacksmith-2vcpu-ubuntu-2404
steps: steps:
- name: 📥 Checkout repository - name: 📥 Checkout repository

View File

@@ -28,7 +28,7 @@ on:
jobs: jobs:
main: main:
name: Build & Lint & Test & Release name: Build & Lint & Test & Release
runs-on: ubuntu-latest runs-on: blacksmith-2vcpu-ubuntu-2404
steps: steps:
- name: ⤵️ Checkout repository - name: ⤵️ Checkout repository

View File

@@ -12,7 +12,7 @@ on:
jobs: jobs:
main: main:
name: Sync labels name: Sync labels
runs-on: ubuntu-latest runs-on: blacksmith-2vcpu-ubuntu-2404
steps: steps:
- name: ⤵️ Check out code from GitHub - name: ⤵️ Check out code from GitHub