Skip to content

Commit

Permalink
Merge branch 'main' into front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
arshsaxena authored Aug 4, 2024
2 parents b495d9c + f0ca3bc commit 93c3c21
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=
NEXTAUTH_URL=
DATABASE_URL=
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Format
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: npm install

- name: Check formatting
run: npm run format:check
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ components
lib
tailwind.config.ts
components.json
.github
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Use prisma studio to view the database

```
npx prisma studio
```
```

0 comments on commit 93c3c21

Please sign in to comment.