Attempt to fix CircleCI trunk config.

This commit is contained in:
Kyle Isom 2023-10-20 21:20:40 -07:00
parent 0c7fa41cc8
commit 2d7a8d5c1d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- checkout
- run:
name: Trunk check
command: ./trunk check
command: ./trunk check --upstream=${PR_BASE_REF:--remotes/origin/${CIRCLE_BRANCH}}
workflows:
ctest: