Skip to content

Commit cf60815

Browse files
authored
Merge pull request #124 from firstbatchxyz/erhant/eyre
Error handling improvements
2 parents fb10ef7 + 2654066 commit cf60815

37 files changed

+1076
-2633
lines changed

.github/workflows/build_dev_container.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
branches: ["master"]
55
paths:
6-
- 'src/**'
7-
- 'Cargo.lock'
8-
- 'Cargo.toml'
9-
- 'Dockerfile'
10-
- 'compose.yml'
6+
- "src/**"
7+
- "Cargo.lock"
8+
- "Cargo.toml"
9+
- "Dockerfile"
10+
- "compose.yml"
1111

1212
jobs:
1313
build-and-push:

0 commit comments

Comments
 (0)