!refactor: replace node with bun (#3)
All checks were successful
CD / Test (push) Successful in 24s
CD / Build and push (push) Successful in 1m50s

Reviewed-on: #3
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #3.
This commit is contained in:
2025-01-07 18:06:12 +01:00
committed by t.behrendt
parent 774e638d51
commit 94b3680f0e
8 changed files with 34 additions and 5915 deletions

View File

@@ -16,19 +16,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- uses: oven-sh/setup-bun@v2
with:
node-version: ${{ inputs.node-version }}
bun-version-file: ".bun-version"
- name: Install dependencies
run: npm install
run: bun install --frozen-lockfile
- name: Run lint
run: npm run check:code
run: bun run check:code
- name: Run spellcheck
run: npm run check:spell
run: bun run check:spell
build_and_push:
name: Build and push