From bd9ca6e7b6aa730ab3219e772d337f355b529de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6ltje?= Date: Wed, 19 Jun 2024 18:30:16 -0400 Subject: [PATCH] Tell trunk to pre-install perltidy See: https://github.com/trunk-io/plugins/issues/806#issuecomment-2179518817 --- .trunk/setup-ci/action.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .trunk/setup-ci/action.yaml diff --git a/.trunk/setup-ci/action.yaml b/.trunk/setup-ci/action.yaml new file mode 100644 index 0000000..11c7e99 --- /dev/null +++ b/.trunk/setup-ci/action.yaml @@ -0,0 +1,9 @@ +name: Trunk Check setup +description: Set up dependencies for Trunk Check + +runs: + using: composite + steps: + - name: Install perltidy + shell: bash + run: sudo apt update && sudo apt install --yes --no-install-recommends --no-install-suggests perltidy