From f17211499fe205406d405769a22e9c34cf303f39 Mon Sep 17 00:00:00 2001 From: Ashley <73482956+ascopes@users.noreply.github.com> Date: Sun, 29 Sep 2024 12:08:43 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33d6650e..cddf0883 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: cache: maven - name: Change Maven version to the prerequisite version - if: ${{ matrix.maven == "prerequisite" }} + if: ${{ matrix.maven == 'prerequisite' }} shell: bash run: |- version=$(./mvnw -B -T1 -q -pl protobuf-maven-plugin help:evaluate -DforceStdout -Dexpression='project.prerequisites.maven') @@ -67,8 +67,8 @@ jobs: include-hidden-files: true if-no-files-found: warn - validate: - name: Validate build + checkstyle-and-license-headers: + name: Checkstyle and license headers runs-on: ubuntu-latest timeout-minutes: 30 steps: