diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index 16883fe2b9..0491f99b84 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -60,3 +60,6 @@ jobs: branch: "gh-pages" dist: "out" slug: "pr-preview" + + - name: Run Style Checker + run: dactyl_style_checker -q diff --git a/.github/workflows/pr-preview.yaml b/.github/workflows/pr-preview.yaml index 070328e527..65a8ab1bde 100644 --- a/.github/workflows/pr-preview.yaml +++ b/.github/workflows/pr-preview.yaml @@ -1,6 +1,6 @@ name: "Preview PR builds in the gh-pages branch" -# Temporarily disabled: Requires permissions the ripple org doesn't allow +# Temporarily disabled: attempting to roll this into the link-checker-pr job # on: # pull_request: # types: [opened, edited, synchronize]