Skip to content

Commit

Permalink
Revert "feat: add claim using auth" (#67)
Browse files Browse the repository at this point in the history
Revert "feat: add claim using auth (#61)"

This reverts commit 7175ccb.
  • Loading branch information
xgreenx committed Apr 22, 2024
1 parent 7175ccb commit a1e2529
Show file tree
Hide file tree
Showing 43 changed files with 911 additions and 2,757 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: cancel-previous-runs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
needs: cancel-previous-runs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_VERSION }}
Expand All @@ -70,7 +70,7 @@ jobs:
needs: cancel-previous-runs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_VERSION }}
Expand All @@ -85,7 +85,7 @@ jobs:
needs: cancel-previous-runs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -101,7 +101,7 @@ jobs:
needs: cancel-previous-runs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -124,16 +124,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Installing Bun
uses: oven-sh/setup-bun@v1

- name: Building Frontend
run: |
cd frontend
bun install
bun run build
uses: actions/checkout@v2

- name: Docker meta
id: meta
Expand Down
29 changes: 1 addition & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,2 @@
.DS_Store
target
node_modules
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

static/js
/target
12 changes: 0 additions & 12 deletions .prettierrc

This file was deleted.

Loading

0 comments on commit a1e2529

Please sign in to comment.