Skip to content

chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine… #464

chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine…

chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine… #464

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
linting:
name: Check linting
uses: ./.github/workflows/lint.yml

Check failure on line 14 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "./.github/workflows/lint.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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