Skip to content

Commit

Permalink
Merge branch 'main' into feature/support-different-plugin-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
egorikftp authored Jun 28, 2024
2 parents cd07cc8 + c40bda8 commit 2659c99
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Validation

on:
pull_request:
branches: [ "main" ]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Run tests
run: ./gradlew test

0 comments on commit 2659c99

Please sign in to comment.