Skip to content

Commit 5cd9cfd

Browse files
Migrate workflows to Blacksmith (#10)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent 349c4e8 commit 5cd9cfd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-latest
17+
runs-on: blacksmith-4vcpu-ubuntu-2404
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -35,7 +35,7 @@ jobs:
3535
run: pnpm build
3636

3737
lint:
38-
runs-on: ubuntu-latest
38+
runs-on: blacksmith-4vcpu-ubuntu-2404
3939
needs: build
4040
steps:
4141
- name: Checkout
@@ -57,7 +57,7 @@ jobs:
5757
run: pnpm lint
5858

5959
test:
60-
runs-on: ubuntu-latest
60+
runs-on: blacksmith-4vcpu-ubuntu-2404
6161
needs: [build, lint]
6262
steps:
6363
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
publish:
14-
runs-on: ubuntu-latest
14+
runs-on: blacksmith-4vcpu-ubuntu-2404
1515
# Workflow-context values are bound to env here and referenced as
1616
# shell variables ($TAG/$REPO/$COMMIT_SHA) in run: blocks instead of
1717
# `${{ }}` interpolation, so an attacker-controlled tag name cannot be

0 commit comments

Comments
 (0)