Skip to content

Commit

Permalink
ci: update trunk
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl committed Apr 19, 2024
1 parent a848054 commit 52a1af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:

- name: Lint (changes)
if: github.event_name == 'pull_request'
uses: trunk-io/trunk-action@4f077db8a20117a021b787adbf62729ae143c19e
uses: trunk-io/trunk-action@da67635060feab46c164bc130690e61864a5d13b
with:
trunk-token: ${{ secrets.TRUNK_TOKEN }}

- name: Lint (codebase)
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
uses: trunk-io/trunk-action@4f077db8a20117a021b787adbf62729ae143c19e
uses: trunk-io/trunk-action@da67635060feab46c164bc130690e61864a5d13b
with:
check-mode: all
trunk-token: ${{ secrets.TRUNK_TOKEN }}

0 comments on commit 52a1af7

Please sign in to comment.