refactor: introduce syntax/scan module with DependencyDirectivesGetter (#357)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
ykiko
2026-03-16 21:45:31 +08:00
committed by GitHub
parent ce2f355988
commit 73afcfbb58
18 changed files with 1282 additions and 1633 deletions

View File

@@ -24,10 +24,11 @@ jobs:
args: --lint ./docs
continue-on-error: true
- name: Suggest changes
if: github.event_name == 'pull_request'
uses: reviewdog/action-suggester@v1.24.0
with:
tool_name: "fmt"
fail_level: any
filter_mode: nofilter
- name: Check diff
run: |
if ! git diff --quiet; then
echo "::error::Formatting changes detected. Please run 'pixi run format' and commit the result."
git --no-pager diff --stat
git --no-pager diff
exit 1
fi