diff --git a/.github/workflows/R-CMD-check-strict.yaml b/.github/workflows/R-CMD-check-strict.yaml deleted file mode 100644 index 5f84492d..00000000 --- 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