feat: add linting (#51)
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
This commit is contained in:
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@@ -21,11 +21,14 @@ jobs:
|
||||
with:
|
||||
bun-version: latest
|
||||
- run: bun test
|
||||
fmt:
|
||||
pretty:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: latest
|
||||
- run: bun fmt:ci
|
||||
- name: Format
|
||||
run: bun fmt:ci
|
||||
- name: Lint
|
||||
run: bun install && bun lint
|
||||
|
||||
Reference in New Issue
Block a user