Skip to content

#772: Added check of installation of R packages #12

#772: Added check of installation of R packages

#772: Added check of installation of R packages #12

Workflow file for this run

name: Validate PR
on:
pull_request:
jobs:
validate-pr:
runs-on: ubuntu-24.04
steps:
- name: Check master
if: ${{github.base_ref == 'master' && github.ref_name != 'develop'}}
run: echo You must not merge directly to master. Instead merge to 'develop' first. && exit 1