Skip to content

ci: changie-trigger-release.yml #22

ci: changie-trigger-release.yml

ci: changie-trigger-release.yml #22

Workflow file for this run

---
name: cache-trunk
on:
pull_request:
push:
branches: [main]
paths: [.trunk/trunk.yaml]
workflow_dispatch:
workflow_call:
permissions: read-all
# permission for job is actions-write
jobs:
build-cache:
name: Cache Trunk
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Trunk Check
uses: trunk-io/trunk-action@e5f1a3f123a2440f9cd28e036495a1c1f2a20568 # v1
with:
check-mode: populate_cache_only