print n expands

This commit is contained in:
2025-08-31 15:07:57 +02:00
parent 8d18875697
commit ba8094b77d
2 changed files with 19 additions and 0 deletions

14
- Normal file
View File

@@ -0,0 +1,14 @@
; number of macro expansions: 0
(((((:cfg
(name "Complex CI/CD Pipeline")
(on
(push
(branches
(:seq "main" "release/*")))
(pull_requests
(types
(:seq opened synchronize
reopened)))
(workflow_dispatch))
(env (NODE_VERSION 20)
(PYTHON_VERSION "3.11")))))))