GHA: add style checker

This commit is contained in:
mDuo13
2021-05-24 07:45:26 -07:00
parent 0b68372f88
commit 3c9ec5d62b
2 changed files with 4 additions and 1 deletions

View File

@@ -60,3 +60,6 @@ jobs:
branch: "gh-pages"
dist: "out"
slug: "pr-preview"
- name: Run Style Checker
run: dactyl_style_checker -q

View File

@@ -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]