Skip to content

Commit

Permalink
Minor changes to adapt to new project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
c032 committed Jul 28, 2024
1 parent 2660583 commit 9c8942e
Show file tree
Hide file tree
Showing 7 changed files with 246 additions and 471 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "api"

on:
workflow_dispatch:
push:
paths:
- "api/**"

jobs:
check:
runs-on: "ubuntu-latest"
if: "github.ref == 'refs/heads/main'"
steps:
- uses: "actions/checkout@v4"
- uses: "c032/gha-node@main"
with:
build: false
working-directory: "./api"
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ on:
- "review_requested"

jobs:
check:
uses: "./.github/workflows/check.yml"
api:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "c032/gha-node@main"
with:
working-directory: "./api"
38 changes: 0 additions & 38 deletions api/.github/workflows/check.yml

This file was deleted.

11 changes: 0 additions & 11 deletions api/.github/workflows/push.yml

This file was deleted.

3 changes: 3 additions & 0 deletions api/biome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": { "enabled": true },
"files": {
"ignore": ["dist/**"]
},
"linter": {
"enabled": true,
"rules": {
Expand Down
Loading

0 comments on commit 9c8942e

Please sign in to comment.