Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jan 23, 2024
1 parent 1cea31e commit 8543898
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 124 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
auto-update: true
auto-update: false
gitleaks:
name: gitleaks 💧
uses: insightsengineering/r.pkg.template/.github/workflows/gitleaks.yaml@main
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
name: Style Check 👗
uses: insightsengineering/r.pkg.template/.github/workflows/style.yaml@main
with:
auto-update: true
auto-update: false
grammar:
if: github.event_name != 'push'
name: Grammar Check 🔤
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ on:
workflow_dispatch:

jobs:
dependency-test:
strategy:
fail-fast: false
matrix:
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
GCHAT_WEBHOOK: ${{ secrets.GCHAT_WEBHOOK }}
with:
strategy: ${{ matrix.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
branch-cleanup:
name: Branch Cleanup 🧹
uses: insightsengineering/r.pkg.template/.github/workflows/branch-cleanup.yaml@main
Expand Down
71 changes: 0 additions & 71 deletions .pre-commit-config.yaml

This file was deleted.

1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Remotes:
insightsengineering/cards
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down
3 changes: 1 addition & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pkg_name <- "cardx"
library(testthat)
# add this back when we have one test added to the package
# test_check(pkg_name, reporter = ParallelProgressReporter$new())
test_check("cardx")
35 changes: 0 additions & 35 deletions tests/testthat/setup.R

This file was deleted.

0 comments on commit 8543898

Please sign in to comment.