Merging 29fa8e7cf7dd9fa2b23001acfa21e6e1dc693b86 into trunk-temp/pr-3… #489
Workflow file for this run
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 | |
- trunk-merge/** | |
pull_request: | |
branches: | |
- main | |
# Allows you (and trunk) to run this workflow | |
workflow_dispatch: | |
workflow_call: | |
jobs: | |
trunk: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Trunk Check | |
uses: trunk-io/trunk-action@v1 |