Skip to content

Commit

Permalink
chore: setup quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAlJarrah committed Dec 24, 2024
1 parent 9b671e2 commit a0d9714
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
with:
distribution: 'corretto'
java-version: 21
- uses: gradle/actions/setup-gradle@v4
- name: Pull GraphQL Submodule
run: ./scripts/graphql/init.sh
- name: Build with Gradle
uses: gradle/actions/setup-gradle@v4
- run: gradle clean build
- working-directory: code
run: gradle clean build

0 comments on commit a0d9714

Please sign in to comment.