Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add / on path structarmed to run
Co-authored-by: Mark Scherer <dereuromark@users.noreply.github.com>
  • Loading branch information
samsonasik and dereuromark authored Jul 20, 2026
commit c9cd102783ccf9abf7e6db35a8bfd54d2b1c1356
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:

- name: Run StructArmed
if: always()
run: vendor/bin/structarmed analyze src tests
run: vendor/bin/structarmed analyze src/ tests/

split-packages-stan:
name: Static Analysis for Split Packages
Expand Down
Loading