Skip to content

Add new workflows

Add new workflows #1

Workflow file for this run

name: Test tekst-workflows
on:
push:
branches:
- "**"
pull_request:
branches:
- "main"
jobs:
maven_pr_check:
if: (github.event_name == 'pull_request' || github.event_name == 'push') && github.ref != 'refs/heads/main'
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/maven-check.yml@main

Check failure on line 13 in .github/workflows/pr-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-check.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-check.yml" -> "NationalLibraryOfNorway/tekst-workflows/.github/workflows/maven-check.yml@main" : failed to fetch workflow: workflow was not found.
with:
JDK_VERSION: 17
MAVEN_VERSION: 3.9.6