Use one from the other PR

This commit is contained in:
Ben Meadors 2024-11-01 06:04:14 -05:00
parent 7e3c369e87
commit 9c06c492d9

View File

@ -16,10 +16,8 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.ARTIFACTS_TOKEN }}
- name: Set up Trunk
run: |
curl -fsSL https://get.trunk.io -o get-trunk.sh
sh get-trunk.sh -y
- name: Install trunk
run: curl https://get.trunk.io -fsSL | bash
- name: Run Trunk Fmt
run: trunk fmt