More trunk junk / remove old workflows (#6153)

This commit is contained in:
Austin
2025-02-26 20:43:01 -05:00
committed by GitHub
parent ffe4e7b6be
commit b437f0fb54
12 changed files with 1326 additions and 1388 deletions

View File

@@ -4,11 +4,15 @@ on:
issue_comment:
types: [created]
permissions: read-all
jobs:
trunk-fmt:
if: github.event.issue.pull_request != null && contains(github.event.comment.body, 'trunk fmt')
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4