Skip to content

ignore indentation and trailing whitespace lints #92

ignore indentation and trailing whitespace lints

ignore indentation and trailing whitespace lints #92

Workflow file for this run

---
name: Check 📦
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- main
push:
branches:
- main
workflow_call:
concurrency:
group: check-test-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check-test:
name: ${{ vars.CI_IMAGE }}
runs-on: ubuntu-latest
container:
image: ${{ vars.CI_IMAGE }}
steps:
- name: Checkout project ⬇️
uses: actions/checkout@v4
- name: Install package dependencies 📄
uses: boehringer-ingelheim/dv.templates/.github/actions/dependencies@main
- name: Check 📦
run: |
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(error_on = "error")
shell: Rscript {0}