Skip to content

remove whitespace from text around links on homepage #470

remove whitespace from text around links on homepage

remove whitespace from text around links on homepage #470

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: automatedTests
jobs:
automatedTests:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Install git2r dependencies
run: sudo apt-get install -y libgit2-dev
- uses: r-lib/actions/setup-renv@v2
- name: Run tests
shell: Rscript {0}
run: |
shinytest2::test_app()