From eed40cb1025afaeb7f1ba499d6505b1efd8c0dbf Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:46:43 +0200 Subject: [PATCH] Remove `R-CMD-check-strict` workflow (#495) --- .github/workflows/R-CMD-check-strict.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/R-CMD-check-strict.yaml diff --git a/.github/workflows/R-CMD-check-strict.yaml b/.github/workflows/R-CMD-check-strict.yaml deleted file mode 100644 index 5f84492d7..000000000 --- a/.github/workflows/R-CMD-check-strict.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples -# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help -# -# R CMD Check will fail on a `NOTE`. -on: - push: - branches: [main, master] - pull_request: - branches: [main, master] - -name: R-CMD-check-strict - -jobs: - R-CMD-check-strict: - uses: easystats/workflows/.github/workflows/R-CMD-check-strict.yaml@main