Skip to content

chore(github-actions): update reqstool/.github digest to 039a283 (#147) #556

chore(github-actions): update reqstool/.github digest to 039a283 (#147)

chore(github-actions): update reqstool/.github digest to 039a283 (#147) #556

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