From edd1b93e5316612e5020a14fdf9e62f94f615826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 10 Sep 2025 12:26:53 +0300 Subject: [PATCH] forgejo: Check the aarch64 assembly indentation as part of the lint job Alternatively, this could be a separate job, potentially keyed to only run on PRs that touch files matching */aarch64/*. But as this runs very quickly, it's probably less clutter to just bundle it here. --- .forgejo/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 42e925ad8b..afbdba89a2 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -24,3 +24,5 @@ jobs: key: pre-commit-${{ steps.install.outputs.envhash }} - name: Run pre-commit CI run: ~/pre-commit/bin/pre-commit run -c .forgejo/pre-commit/config.yaml --show-diff-on-failure --color=always --all-files + - name: Check aarch64 assembly indentation + run: ./tools/check_arm_indent.sh