Skip to content

Update slfj4, JUnit #59

Update slfj4, JUnit

Update slfj4, JUnit #59

Workflow file for this run

# This workflow will perform a build of the project and run tests
name: Build and check
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
# Allows to run from the Actions tab
workflow_dispatch:
jobs:
build-and-test:
uses: centic9/actions/.github/workflows/gradle-build.yml@8

Check failure on line 15 in .github/workflows/gradle-build.yml

View workflow run for this annotation

GitHub Actions / Build and check

Invalid workflow file

error parsing called workflow ".github/workflows/gradle-build.yml" -> "centic9/actions/.github/workflows/gradle-build.yml@8" (source tag with sha:662c71873213eb9938a860df93cfdd0092475b3c) : every step must define a `uses` or `run` key
with:
fullCheckout: true