zerobyte/.github/actions/install-dependencies/action.yml
2026-03-31 20:03:55 +02:00

19 lines
363 B
YAML

name: Install dependencies
description: Install dependencies
runs:
using: "composite"
steps:
- uses: socketdev/action@v1
with:
mode: firewall
- uses: oven-sh/setup-bun@v2
name: Install Bun
with:
bun-version: "1.3.11"
- name: Install dependencies
shell: bash
run: sfw bun install --frozen-lockfile