diff --git a/.github/workflows/styler.yaml b/.github/workflows/styler.yaml deleted file mode 100644 index 4c461150f..000000000 --- a/.github/workflows/styler.yaml +++ /dev/null @@ -1,12 +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 -on: - pull_request: - branches: [main, master] - paths: ["**.[rR]", "**.[qrR]md", "**.[rR]markdown", "**.[rR]nw"] - -name: Style - -jobs: - styler: - uses: easystats/workflows/.github/workflows/styler.yaml@main