Skip to content

Commit e026359

Browse files
fix: trunk format
1 parent 6270a7b commit e026359

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
STARKNET_FOUNDRY = "${{ secrets.STARKNET_FOUNDRY_VERSION }}"
122122
SCARB = "${{ secrets.SCARB_VERSION }}"
123123
EOL
124-
124+
125125
- name: Create env file
126126
run: |
127127
mkdir -p packages/agents

.github/workflows/generate-embeddings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ jobs:
106106
POSTGRES_PASSWORD = "${{ secrets.POSTGRES_PASSWORD }}"
107107
POSTGRES_PORT = "${{ secrets.POSTGRES_PORT }}"
108108
EOL
109-
109+
110110
- name: Generate embeddings
111111
run: turbo generate-embeddings:yes

.trunk/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*out
2+
*logs
3+
*actions
4+
*notifications
5+
*tools
6+
plugins
7+
user_trunk.yaml
8+
user.yaml
9+
tmp
10+
11+
!.trunk/trunk.yaml
12+
!.trunk/configs

0 commit comments

Comments
 (0)