Skip to content

Commit

Permalink
fix: database and route utils (#208)
Browse files Browse the repository at this point in the history
* fix: database and route utils

* fix: seal impl

* fix: undo seal

* fix: require send + sync

* fix: format

* fix: ci

* fix: compile

* fix: git safe dir

* fix: eslint
  • Loading branch information
TroyKomodo authored Apr 12, 2024
1 parent 47a0930 commit ef8f294
Show file tree
Hide file tree
Showing 40 changed files with 2,079 additions and 1,864 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,24 @@ jobs:
lint:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: scuffle-ci
runs-on: ubuntu-latest
container: ghcr.io/scuffletv/ci/build:latest
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: pnpm install -r

- name: Fix git safe directory
run: git config --global --add safe.directory '*'

- name: Lint
run: mask lint

test:
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: scuffle-ci
runs-on: ubuntu-latest
container: ghcr.io/scuffletv/ci/build:latest
services:
cockroach:
Expand Down Expand Up @@ -128,7 +131,7 @@ jobs:
build:
needs: [pre_job, lint, test]
if: needs.pre_job.outputs.should_skip != 'true'
runs-on: scuffle-ci
runs-on: ubuntu-latest
container: ghcr.io/scuffletv/ci/build:latest
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit ef8f294

Please sign in to comment.