Fix
This commit is contained in:
@@ -12,11 +12,11 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
- name: Build
|
||||||
|
run: bun run build
|
||||||
- name: Lint TypeScript
|
- name: Lint TypeScript
|
||||||
run: bun lint:tsc
|
run: bun lint:tsc
|
||||||
- name: Lint Biome
|
- name: Lint Biome
|
||||||
run: bun lint:biome
|
run: bun lint:biome
|
||||||
- name: Build
|
|
||||||
run: bun run build
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: bun test
|
run: bun test
|
||||||
|
|||||||
@@ -15,12 +15,12 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
- name: Build
|
||||||
|
run: bun run build
|
||||||
- name: Lint TypeScript
|
- name: Lint TypeScript
|
||||||
run: bun lint:tsc
|
run: bun lint:tsc
|
||||||
- name: Lint Biome
|
- name: Lint Biome
|
||||||
run: bun lint:biome
|
run: bun lint:biome
|
||||||
- name: Build
|
|
||||||
run: bun run build
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: bun test
|
run: bun test
|
||||||
# - name: Publish effect-lens
|
# - name: Publish effect-lens
|
||||||
|
|||||||
@@ -17,12 +17,12 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
- name: Build
|
||||||
|
run: bun run build
|
||||||
- name: Lint TypeScript
|
- name: Lint TypeScript
|
||||||
run: bun lint:tsc
|
run: bun lint:tsc
|
||||||
- name: Lint Biome
|
- name: Lint Biome
|
||||||
run: bun lint:biome
|
run: bun lint:biome
|
||||||
- name: Build
|
|
||||||
run: bun run build
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: bun test
|
run: bun test
|
||||||
- name: Pack
|
- name: Pack
|
||||||
|
|||||||
Reference in New Issue
Block a user