diff --git a/.github/workflows/trunk-check.yml b/.github/workflows/trunk-check.yml index 45a76f53..675ae3c2 100644 --- a/.github/workflows/trunk-check.yml +++ b/.github/workflows/trunk-check.yml @@ -1,5 +1,5 @@ --- -name: Trunk Check +name: Trunk Code Quality on: push: branches: [main, next] @@ -21,7 +21,7 @@ concurrency: jobs: trunk_check: - name: Trunk Check + name: Trunk Code Quality runs-on: ubuntu-latest steps: - name: Checkout