Skip to content

Merge pull request #16 from z-shell/dependabot/github_actions/actions… #59

Merge pull request #16 from z-shell/dependabot/github_actions/actions…

Merge pull request #16 from z-shell/dependabot/github_actions/actions… #59

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@883e222ef19201ad402ef73e58101ec8186d7d54