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

@@ -56,11 +56,6 @@ jobs:
format:
needs: changes
permissions:
contents: read
checks: write
issues: write
pull-requests: write
if: ${{ needs.changes.outputs.format == 'true' }}
uses: ./.github/workflows/check-format.yml