Skip to content

Oops newest Bun version is 1.1.8 #866

Oops newest Bun version is 1.1.8

Oops newest Bun version is 1.1.8 #866

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.8
- name: Install dependencies
run: bun install
- name: Run Prettier
run: bun run lint:prettier
- name: Run TypeScript
run: bun run lint:typescript