Skip to content

Update Aanbevelingbescherming.md #99

Update Aanbevelingbescherming.md

Update Aanbevelingbescherming.md #99

Workflow file for this run

name: Build and Check
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
name: Build
uses: Logius-standaarden/Automatisering/.github/workflows/build.yml@snapshot-in-repo

Check failure on line 13 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" -> "Logius-standaarden/Automatisering/.github/workflows/build.yml@snapshot-in-repo" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
check:
needs: build
name: Check
uses: Logius-standaarden/Automatisering/.github/workflows/check.yml@main
# publish:
# needs: build
# name: Publish (Logius)
# uses: Logius-standaarden/Automatisering/.github/workflows/publish.yml@main
# secrets: inherit