Skip to content

chore: Upgrade trunk #37

chore: Upgrade trunk

chore: Upgrade trunk #37

Workflow file for this run

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