Skip to content

added consistency check that prevents yield calibration runs without using the resulting factors in the magrun #1716

added consistency check that prevents yield calibration runs without using the resulting factors in the magrun

added consistency check that prevents yield calibration runs without using the resulting factors in the magrun #1716

Workflow file for this run

on:
push:
branches:
- main
- master
- develop
pull_request:
branches:
- main
- master
- develop
name: check
jobs:
check:
runs-on: ubuntu-22.04
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Remove .Rprofile
run: rm .Rprofile
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
extra-repositories: "https://rse.pik-potsdam.de/r/packages"
- name: pre-commit Hook
run: source(".githooks/pre-commit")
shell: Rscript {0}