This commit is contained in:
@@ -14,6 +14,10 @@ jobs:
|
|||||||
- uses: oven-sh/setup-bun@v2
|
- uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
bun-version-file: ".bun-version"
|
bun-version-file: ".bun-version"
|
||||||
|
# only required for cspell compatibility until a mature replacement is available
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
- run: bun install --frozen-lockfile
|
- run: bun install --frozen-lockfile
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: bun run check:code
|
run: bun run check:code
|
||||||
|
|||||||
Reference in New Issue
Block a user