refactor: refresh from template
Deploy / Deploy to Stapler (push) Has been cancelled
Deploy / Build (push) Has been cancelled
Lint / ESLint (push) Has been cancelled
Lint / Oxlint (push) Has been cancelled
Lint / TypeScript (push) Has been cancelled

This commit is contained in:
2026-05-02 21:44:00 +02:00
parent d8636bd3e4
commit 15babdc68c
17 changed files with 741 additions and 566 deletions
+14 -1
View File
@@ -8,7 +8,7 @@ on: [push, workflow_dispatch]
jobs:
lint-eslint:
name: 'ESLint'
name: "ESLint"
runs-on: ubuntu-latest
steps:
- name: Set up Bun
@@ -20,6 +20,19 @@ jobs:
- name: Run ESLint
run: bun run lint:eslint
lint-oxlint:
name: "Oxlint"
runs-on: ubuntu-latest
steps:
- name: Set up Bun
uses: actions/setup-bun@v2
- name: Checkout repository
uses: actions/checkout@v6
- name: Install dependencies
run: bun ci
- name: Run Oxlint
run: bun run lint:oxlint
tsc:
name: 'TypeScript'
runs-on: ubuntu-latest