Skip to content

Commit

Permalink
Add logic to support string interpolation
Browse files Browse the repository at this point in the history
To support string interpolation in run, env, if, etc., we will need
the ability to recognize the escape pattern ${{ ... }} and evaluate the
expressions inside.  This adds an initial parser and evaluator for this,
with some documented (as tests) differences from how GitHub Actions
would do this.  We'll need to make some decisions about these cases and
fix or document them accordingly.
  • Loading branch information
jonsmock committed May 16, 2024
1 parent f61013e commit b7bf648
Show file tree
Hide file tree
Showing 5 changed files with 515 additions and 57 deletions.
248 changes: 192 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@lonocloud/cljs-utils": "0.1.3",
"ajv": "^8.12.0",
"dockerode": "^3.3.1",
"ebnf": "1.9.1",
"js-yaml": "^4.1.0",
"nbb": "^1.2.179",
"neodoc": "^2.0.2",
Expand Down
Loading

0 comments on commit b7bf648

Please sign in to comment.