From 5bfcd6eb6b17328125f858f968820acf7544184e Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 9 May 2024 14:08:04 -0700 Subject: [PATCH] Move the fast part of the "build" sooner. I'm tired of waiting for the build to finish only to learn that my markdown isn't markdowny enough. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7676fda62..1acc558f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,8 @@ jobs: with: java-version: 17 + - uses: pre-commit/action@v3.0.0 + - name: Setup Android SDK uses: android-actions/setup-android@v3 @@ -25,5 +27,3 @@ jobs: run: | ./gradlew build - - uses: pre-commit/action@v3.0.0 -