Skip to content

Commit f8e6051

Browse files
committed
feat: implement folders for objectives
1 parent 2fea8fa commit f8e6051

65 files changed

Lines changed: 11 additions & 8 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
branches: [ main ]
66
paths:
7-
- 'apps/frontend/**'
7+
- 'online-soroban-compiler/apps/frontend/**'
88
- '.github/workflows/angular-ci.yml'
99
pull_request:
1010
branches: [ main ]
1111
paths:
12-
- 'apps/frontend/**'
12+
- 'online-soroban-compiler/apps/frontend/**'
1313
- '.github/workflows/angular-ci.yml'
1414
workflow_dispatch:
1515

@@ -32,13 +32,13 @@ jobs:
3232
bun-version: 1.2.19
3333

3434
- name: Install dependencies with Bun
35-
working-directory: ./apps/frontend
35+
working-directory: ./online-soroban-compiler/apps/frontend
3636
run: bun install
3737

3838
- name: Build Angular App
39-
working-directory: ./apps/frontend
39+
working-directory: ./online-soroban-compiler/apps/frontend
4040
run: bun x ng build
4141

4242
- name: Lint Angular App
43-
working-directory: ./apps/frontend
43+
working-directory: ./online-soroban-compiler/apps/frontend
4444
run: bun run lint
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
branches: [ main ]
66
paths:
7-
- 'apps/backend/**'
7+
- 'online-soroban-compiler/apps/backend/**'
88
- '.github/workflows/backend-ci.yml'
99
pull_request:
1010
branches: [ main ]
1111
paths:
12-
- 'apps/backend/**'
12+
- 'online-soroban-compiler/apps/backend/**'
1313
- '.github/workflows/backend-ci.yml'
1414

1515
jobs:
@@ -18,7 +18,7 @@ jobs:
1818

1919
defaults:
2020
run:
21-
working-directory: ./apps/backend
21+
working-directory: ./online-soroban-compiler/apps/backend
2222

2323
steps:
2424
- uses: actions/checkout@v4

apps/backend/.cursor/rules/use-bun-instead-of-node-vite-npm-pnpm.mdc renamed to online-soroban-compiler/apps/backend/.cursor/rules/use-bun-instead-of-node-vite-npm-pnpm.mdc

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)