Skip to content

Commit

Permalink
Tell trunk to pre-install perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jun 19, 2024
1 parent c15f5c6 commit bd9ca6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .trunk/setup-ci/action.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bd9ca6e

Please sign in to comment.