Skip to content

Bump trunk-io/trunk-action from 1.1.10 to 1.1.15 (#29) #78

Bump trunk-io/trunk-action from 1.1.10 to 1.1.15 (#29)

Bump trunk-io/trunk-action from 1.1.10 to 1.1.15 (#29) #78

Workflow file for this run

---
name: "⭕ Trunk"
on:
push:
branches: [main]
tags: ["v*.*.*"]
pull_request:
types: [opened, synchronize]
workflow_dispatch: {}
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
if: github.repository.owner == 'z-shell'
steps:
- name: ✅ Checkout
uses: actions/checkout@v4
- name: ✨ Trunk Check
uses: trunk-io/trunk-action@f6c5f1b90503c30e02059667dbc247f2257b63c5