Skip to content

feat: add option for working-directory #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 25, 2022
Merged

Conversation

MH4GF
Copy link
Owner

@MH4GF MH4GF commented Oct 25, 2022

closes: #175

@github-actions
Copy link
Contributor

github-actions bot commented Oct 25, 2022

dependency-cruiser report

visualize dependenices of changed files.

flowchart LR

0[".dependency-cruiser.js"]
1["index.js"]


style 0 fill:lime,color:black
style 1 fill:lime,color:black
Loading

Report generated by dependency-cruiser report action 2011459


execute command
yarn run -s depcruise --output-type mermaid --config .dependency-cruiser.js --focus "^.dependency-cruiser.js|^index.js" .dependency-cruiser.js index.js

@MH4GF MH4GF force-pushed the add-option-for-working-directory branch 2 times, most recently from 808ca2e to 1e38289 Compare October 25, 2022 00:33
@MH4GF MH4GF force-pushed the add-option-for-working-directory branch from 2011459 to d90d851 Compare October 25, 2022 00:57
@github-actions
Copy link
Contributor

github-actions bot commented Oct 25, 2022

dependency-cruiser report

visualize dependenices of changed files.

flowchart LR

subgraph 0["src"]
1["options.ts"]
subgraph 2["options"]
3["filterSupportedFiles.ts"]
4["formatFocusOption.ts"]
5["validateOptions.ts"]
7["validateOptions.test.ts"]
end
6["ActionError.ts"]
subgraph 8["report"]
subgraph 9["body"]
a["reportBody.test.ts"]
b["reportBody.ts"]
c["uniqueTag.ts"]
d["uniqueTag.test.ts"]
end
end
end
1-->3
1-->4
1-->5
5-->6
7-->6
7-->5
a-->b
b-->c
d-->c

style 1 fill:lime,color:black
style 5 fill:lime,color:black
style 7 fill:lime,color:black
style a fill:lime,color:black
style b fill:lime,color:black
style c fill:lime,color:black
style d fill:lime,color:black
Loading

Report generated by dependency-cruiser report action ee0d263


working directory: .

execute command
yarn run -s depcruise --output-type mermaid --config .dependency-cruiser.js --focus "^dist/index.js|^src/options.ts|^src/options/validateOptions.test.ts|^src/options/validateOptions.ts|^src/report/body/reportBody.test.ts|^src/report/body/reportBody.ts|^src/report/body/uniqueTag.test.ts|^src/report/body/uniqueTag.ts|^test/sample/.dependency-cruiser.js|^test/sample/index.js" dist/index.js src/options.ts src/options/validateOptions.test.ts src/options/validateOptions.ts src/report/body/reportBody.test.ts src/report/body/reportBody.ts src/report/body/uniqueTag.test.ts src/report/body/uniqueTag.ts test/sample/.dependency-cruiser.js test/sample/index.js

@github-actions
Copy link
Contributor

github-actions bot commented Oct 25, 2022

dependency-cruiser report

visualize dependenices of changed files.

flowchart LR

0[".dependency-cruiser.js"]
1["index.js"]


style 0 fill:lime,color:black
style 1 fill:lime,color:black
Loading

Report generated by dependency-cruiser report action ee0d263


working directory: test/sample

execute command
yarn run -s depcruise --output-type mermaid --config .dependency-cruiser.js --focus "^.dependency-cruiser.js|^index.js" .dependency-cruiser.js index.js

@MH4GF MH4GF marked this pull request as ready for review October 25, 2022 01:25
@MH4GF MH4GF merged commit 1016585 into main Oct 25, 2022
@MH4GF MH4GF deleted the add-option-for-working-directory branch October 25, 2022 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature options: running actions in another directory
1 participant