Skip to content

chore(github-actions): update reqstool/.github digest to e1d6719 (#149) #560

chore(github-actions): update reqstool/.github digest to e1d6719 (#149)

chore(github-actions): update reqstool/.github digest to e1d6719 (#149) #560

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
linting:
name: Check linting
uses: ./.github/workflows/lint.yml
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build and run tests
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
- run: mvn clean verify