Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/check-linting-and-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
7 changes: 7 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.xata
.vercel
.next
.github
node_modules
.all-contributorsrc
.xatarc
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You will need to sign up with Xata and set up a database for the build. After re
#### Installation

```
npm install -g @xata.io/cli@latest
npm install -g "@xata.io/cli@latest"
```
#### Authentication
```
Expand Down
Binary file removed bin/act
Binary file not shown.
25 changes: 0 additions & 25 deletions components/Button.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions components/Footer.tsx

This file was deleted.

152 changes: 0 additions & 152 deletions components/Hero.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions components/LanguageButton.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions components/Pagination.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions components/Search.tsx

This file was deleted.

Loading
Loading