Skip to content

Commit

Permalink
iterate yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Jun 28, 2024
1 parent b02a1ea commit 7aa1928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on_main_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
steps:
- name: TODO to Issue
uses: alstr/[email protected]

with:
CLOSE_ISSUES: true
3 changes: 3 additions & 0 deletions pete/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ fn compile(
for item in build_plan.items {
let (lockfile, buf, _build_plan) = load_project_and_dependencies(&item.path_to_source)?;
// TODO(alex) -- transitive dependencies, get these build plans too
// assignee: sezna

// TODO fix issue creator
let lockfile_toml = toml::to_string(&lockfile)?;
let lockfile_path = path.join("petr.lock");
fs::write(lockfile_path, lockfile_toml)?;
Expand Down

0 comments on commit 7aa1928

Please sign in to comment.