chore: Upgrade trunk #37
Workflow file for this run
This file contains hidden or 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: Lint | |
| # We ignore the dangerous-triggers warning because forked PRs | |
| # require repo secrets to run some of the defined checks, | |
| # and we protect against malicious actors by requiring approval | |
| # for all external contributors before workflows will run. | |
| on: pull_request_target # zizmor: ignore[dangerous-triggers] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} | |
| cancel-in-progress: true | |
| permissions: {} | |
| jobs: | |
| lint: | |
| uses: masterpointio/actions/.github/workflows/lint.yaml@7dad35e85d864ca5dda0971dfd3c940cc67ed380 #v0.3.0 | |
| permissions: | |
| actions: read # for trunk-action | |
| checks: write # for trunk-action | |
| contents: read # for trunk-action + checkout | |
| pull-requests: read # for action-semantic-pull-request |