Skip to content

Commit

Permalink
Merge branch 'main' into streamline-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes authored Apr 12, 2024
2 parents 96e3128 + 57e6f1a commit 1a7df44
Show file tree
Hide file tree
Showing 51 changed files with 2,178 additions and 610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths:
- .github/workflows/publish-docker.yml
- 'src/**'
- 'creates/**'
- 'crates/**'

jobs:
tests:
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ just.zsh
# test generated code
**/observed_output/*

/output
# Ignore output files generated by weaver
**/output/*

# Coverage results
lcov.info
Loading

0 comments on commit 1a7df44

Please sign in to comment.