refactor: refresh from template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user