Skip to content

Commit 45a2467

Browse files
authored
feat: add pipelines DSL for reusable action logic composition (#2652)
1 parent 62ab733 commit 45a2467

File tree

10 files changed

+1075
-7
lines changed

10 files changed

+1075
-7
lines changed

.formatter.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ spark_locals_without_parens = [
227227
pagination: 0,
228228
pagination: 1,
229229
parse_attribute: 1,
230+
pipe_through: 1,
231+
pipe_through: 2,
232+
pipeline: 1,
233+
pipeline: 2,
230234
plural_name: 1,
231235
policy: 0,
232236
policy: 1,

0 commit comments

Comments
 (0)