mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
GHA: add style checker
This commit is contained in:
3
.github/workflows/link-checker-pr.yml
vendored
3
.github/workflows/link-checker-pr.yml
vendored
@@ -60,3 +60,6 @@ jobs:
|
|||||||
branch: "gh-pages"
|
branch: "gh-pages"
|
||||||
dist: "out"
|
dist: "out"
|
||||||
slug: "pr-preview"
|
slug: "pr-preview"
|
||||||
|
|
||||||
|
- name: Run Style Checker
|
||||||
|
run: dactyl_style_checker -q
|
||||||
|
|||||||
2
.github/workflows/pr-preview.yaml
vendored
2
.github/workflows/pr-preview.yaml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: "Preview PR builds in the gh-pages branch"
|
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:
|
# on:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# types: [opened, edited, synchronize]
|
# types: [opened, edited, synchronize]
|
||||||
|
|||||||
Reference in New Issue
Block a user