Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
scan_ruby:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
security-events: write
Expand All @@ -35,7 +35,7 @@ jobs:
sarif_file: brakeman.sarif.json

scan_js:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

steps:
- name: Checkout code
Expand All @@ -51,7 +51,7 @@ jobs:
run: bin/importmap audit

lint:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout code
uses: actions/checkout@v6
Expand All @@ -66,7 +66,7 @@ jobs:
run: bin/rubocop -f github

frontend:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

steps:
- name: Checkout code
Expand All @@ -85,7 +85,7 @@ jobs:
run: bun run format:svelte:check

zeitwerk:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

steps:
- name: Checkout code
Expand All @@ -101,7 +101,7 @@ jobs:
run: bin/rails zeitwerk:check

test:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

services:
postgres:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
git diff --exit-code swagger/v1/swagger.yaml

test_system:
runs-on: ubuntu-latest
runs-on: blacksmith-8vcpu-ubuntu-2404

services:
postgres:
Expand Down
Loading