Bump themes/github-style from b6c3256
to 74b2fa2
#108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "⭕ Trunk" | |
on: | |
push: | |
branches: ["main"] | |
tags: ["v*.*.*"] | |
pull_request: | |
types: [opened, synchronize] | |
# schedule: | |
# - cron: 0 04 * * 1-5 | |
workflow_dispatch: {} | |
jobs: | |
check: | |
name: "⚡" | |
uses: z-shell/.github/.github/workflows/trunk.yml@main |