Skip to content

Omzetting van bestaande SVP-014 naar protocolsource (kopie & spelchec… #40

Omzetting van bestaande SVP-014 naar protocolsource (kopie & spelchec…

Omzetting van bestaande SVP-014 naar protocolsource (kopie & spelchec… #40

name: final validation
on:
push:
branches:
- 's[afiop]p-*'
paths:
- '**index.Rmd'
- 'NEWS.md'
- '.zenodo.json'
jobs:
validation:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: validate
run: |
echo "Head commit author name: ${{ github.event.head_commit.author.name }}"
if [ ${{ github.event.head_commit.author.name }} == "github-actions[bot]" ]; then
echo "✅"
else
exit 1
fi