Skip to content

Commit

Permalink
Merge pull request #231 from mobusoperandi/output_path_in_parent
Browse files Browse the repository at this point in the history
moved output dir to parent
  • Loading branch information
mightyiam authored Oct 3, 2023
2 parents 18e7692 + cef5e60 commit 889ab06
Show file tree
Hide file tree
Showing 9 changed files with 125 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: cargo install cargo-run-bin
- run: npm ci
- run: ./git_hooks/pre-commit
- run: cargo run --package builder
- run: cargo run --package builder $(cargo run print-output-dir)
- name: no_untracked
run: |
set -euxo pipefail
Expand Down
Loading

0 comments on commit 889ab06

Please sign in to comment.