Skip to content

Merge pull request #10 from hexlet-boilerplates/dependabot/github_act… #63

Merge pull request #10 from hexlet-boilerplates/dependabot/github_act…

Merge pull request #10 from hexlet-boilerplates/dependabot/github_act… #63

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25'
- run: make build
- run: make test