Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #920 from pavlovcik/refactor/move-to-delegated-com…
Browse files Browse the repository at this point in the history
…pute
  • Loading branch information
0x4007 authored Feb 27, 2024
2 parents 231b6e4 + e402d16 commit e45abb5
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 592 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Enable Corepack and Install Correct Yarn Version
run: |
corepack enable
yarn set version 4.0.2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.10.0"
cache: "yarn"

- name: Install
run: yarn install
Expand All @@ -23,7 +29,7 @@ jobs:
run: yarn build

- name: Lint
run: yarn lint
run: yarn format

run-migration:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"probot": "^12.2.4",
"smee-client": "^2.0.0",
"tsx": "^3.12.7",
"ubiquibot-logger": "^0.3.5",
"yaml": "^2.2.2",
"zlib": "^1.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/adapters/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createClient } from "@supabase/supabase-js";
import { Access } from "./supabase/helpers/tables/access";
import { Label } from "./supabase/helpers/tables/label";
import { Locations } from "./supabase/helpers/tables/locations";
import { Logs } from "./supabase/helpers/tables/logs";
import { Logs } from "ubiquibot-logger";
import { Settlement } from "./supabase/helpers/tables/settlement";
import { Super } from "./supabase/helpers/tables/super";
import { User } from "./supabase/helpers/tables/user";
Expand Down
188 changes: 0 additions & 188 deletions src/adapters/supabase/helpers/pretty-logs.ts

This file was deleted.

Loading

0 comments on commit e45abb5

Please sign in to comment.