From 3c9ec5d62b0302dc97a671a62ec1aa19b156b10a Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 24 May 2021 07:45:26 -0700 Subject: [PATCH] GHA: add style checker --- .github/workflows/link-checker-pr.yml | 3 +++ .github/workflows/pr-preview.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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]