Skip to content

Bump the pipeline group with 8 updates #67

Bump the pipeline group with 8 updates

Bump the pipeline group with 8 updates #67

name: build-and-test
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: gradle check
uses: gradle/gradle-build-action@v3
with:
arguments: clean check