Skip to content

Commit

Permalink
formatted files
Browse files Browse the repository at this point in the history
  • Loading branch information
d3rpp committed Aug 1, 2024
1 parent 6022061 commit 54a1f71
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: lint-and-format
run-name: ${{ github.actor }} is pushing code
on: [push]
jobs:
check-formatting:
name: "Run Prettier"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun fmt:check
lint:
name: "Run ESLint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun lint
check-formatting:
name: "Run Prettier"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun fmt:check
lint:
name: "Run ESLint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun lint
2 changes: 1 addition & 1 deletion src/contrib/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
// foreignKey,
// } from "drizzle-orm/sqlite-core";

export {}
export {};

0 comments on commit 54a1f71

Please sign in to comment.