diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 03297d30fc..a2640daa44 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -1,5 +1,5 @@ --- -name: Check 🛠 +name: Checks 🛠 on: pull_request: @@ -21,7 +21,7 @@ jobs: uses: insightsengineering/r.pkg.template/.github/workflows/audit.yaml@main r-cmd: name: R CMD Check 🧬 - uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main + uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@test_branch secrets: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: @@ -52,7 +52,7 @@ jobs: insightsengineering/teal.widgets r-cmd-non-cran: name: R CMD Check (non-CRAN) 🧬 - uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main + uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@test_branch secrets: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: @@ -81,7 +81,7 @@ jobs: insightsengineering/teal.widgets coverage: name: Coverage 📔 - uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main + uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@test_branch secrets: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7c3e2f9617..04d5256ef3 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -36,7 +36,7 @@ on: jobs: docs: name: Pkgdown Docs 📚 - uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main + uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@test_branch secrets: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: diff --git a/README.md b/README.md index af9af3ba78..5848953414 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,9 @@ pak::pak("insightsengineering/teal") ## Usage +Testing if editing the README triggers the actions to check the package. +Second attempt + ```r library(teal)