Skip to content

Commit

Permalink
Merge pull request #8 from Boehringer-Ingelheim/streamline-lychee
Browse files Browse the repository at this point in the history
remove links.yml deps
  • Loading branch information
sorinvoicu authored Apr 5, 2024
2 parents 71c9edf + 8ac3081 commit a892d81
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 57 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/links.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ jobs:
run: pkgdown::build_site()
shell: Rscript {0}

- name: Check URLs 🌐
run: |
lychee . --format markdown --verbose --no-progress >> $GITHUB_STEP_SUMMARY
shell: bash

- name: Checkout gh-pages branch ⬇️
if: github.ref_name == 'main'
uses: actions/checkout@v4
with:
path: gh-pages
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/shared_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
name: Pkgdown 📖
uses: boehringer-ingelheim/dv.templates/.github/workflows/pkgdown.yml@main

links:
name: Check URLs 🌐
uses: boehringer-ingelheim/dv.templates/.github/workflows/links.yml@main

styler:
name: Styler 🌐
uses: boehringer-ingelheim/dv.templates/.github/workflows/styler.yml@main
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# dv.templates <img src="inst/repo-logo.svg" align="right" height="138" alt="" />
# dv.templates <img src="man/figures/repo-logo.svg" align="right" height="138" alt="" />

[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/check.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/check.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/gitleaks.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/lintr.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/lintr.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/pkgdown.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/pkgdown.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/roxygen.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/roxygen.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/links.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/links.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/styler.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/styler.yml?query=workflow)

An R package template with built-in GitHub Actions-based CI/CD workflows.
Expand Down
File renamed without changes
7 changes: 0 additions & 7 deletions workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ Generates a [`pkgdown`](https://pkgdown.r-lib.org/) website and uploads it to Gi
Uses [`roxygen`](https://roxygen2.r-lib.org/) to generate `.Rd` files in the
`man/` directory. It also checks if manuals are up-to-date with roxygen comments in the code.

### [`links.yml`](https://github.com/boehringer-ingelheim/dv.templates/blob/main/.github/workflows/links.yml)

Checks for broken links inside the repository.

### [`shared_ci.yml`](https://github.com/boehringer-ingelheim/dv.templates/blob/main/.github/workflows/shared_ci.yml)

Builds a reusable workflow to be called from other repositories.
Expand Down Expand Up @@ -72,7 +68,4 @@ jobs:
name: Pkgdown 📖
uses: boehringer-ingelheim/dv.templates/.github/workflows/pkgdown.yml@main

links:
name: Check URLs 🌐
uses: boehringer-ingelheim/dv.templates/.github/workflows/links.yml@main
```

0 comments on commit a892d81

Please sign in to comment.