cache-apt-pkgs-action/.github/workflows/pr.yml
2026-01-05 16:36:23 -08:00

24 lines
525 B
YAML

name: Pull Request
# trunk-ignore(yamllint/truthy)
on: [push, pull_request]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk_check:
name: Trunk Code Quality Runner
runs-on: ubuntu-latest
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Trunk Code Quality
uses: trunk-io/trunk-action@v1