style: apply air and prettier formatting repo-wide

This commit is contained in:
Patrick Schratz 2026-06-13 21:23:37 +02:00
commit 251bba8f23
Signed by: pat-s
GPG key ID: 3C6318841EF78925
3 changed files with 555 additions and 259 deletions

View file

@ -6,7 +6,6 @@ when:
- event: cron
cron: archive-missed-packages
matrix:
include:
- CODENAME: jammy

View file

@ -39,7 +39,7 @@ depends_on:
steps:
- name: 'Build binaries'
image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
image: 'reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}'
pull: true
environment:
RED_HAT_DEV_PW:
@ -57,7 +57,7 @@ steps:
# normal env vars
GIT_USER: pat-s
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
R_PKG_CACHE_DIR: ""
R_PKG_CACHE_DIR: ''
R_LIBS_USER: /mnt/cache/R-pkgs
CCACHE_DIR: /mnt/cache/ccache
NCPUS: 2

View file

@ -54,7 +54,7 @@ depends_on:
steps:
- name: 'Build binaries'
image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
image: 'reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}'
pull: true
environment:
RED_HAT_DEV_PW: