Skip to content

Commit

Permalink
feat: integrate Trunk CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
prdnk committed Jan 6, 2025
1 parent e821d1b commit 94762b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
- name: Trunk Check
uses: trunk-io/trunk-action@v1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Perform Checks on PR' step
Uses Step
uses 'trunk-io/trunk-action' with ref 'v1', not a pinned commit hash
with:
post-annotations: true # only for fork PRs

test-builds:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 94762b2

Please sign in to comment.