Skip to content

Commit

Permalink
Build: grunt-jquery-content 3.3.1, gilded-wordpress 1.0.7, Node 18+
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Nov 12, 2023
1 parent 0b212a8 commit 52f94a1
Show file tree
Hide file tree
Showing 4 changed files with 767 additions and 560 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
name: Node.js CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
- push
- pull_request

jobs:
build:
Expand All @@ -15,8 +13,7 @@ jobs:

strategy:
matrix:
# Old infra requires Node 10
node-version: [10.x, 18.x]
node-version: [18.x, 20.x]

steps:
- name: Install xmllint
Expand Down
21 changes: 8 additions & 13 deletions .github/workflows/spider-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,18 @@ on:

jobs:
spider-check:
if: ${{ github.repository_owner == 'jquery' }} # skip on forks
env:
MY_SITE: https://api.jquery.com
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'jquery' }} # skip on forks
env:
# Site address to crawl
MY_SITE: https://api.jquery.com
steps:
- name: Checkout hydra-link-checker
uses: actions/checkout@v3
with:
repository: jquery/hydra-link-checker
ref: v2.0.0
path: hydra

# Checkout the API repo as well to provide the config for hydra-link-checker
- name: Checkout API repo
- name: Checkout repo
uses: actions/checkout@v3
with:
path: api

- name: Run hydra-link-checker
run: python3 hydra/hydra.py "$MY_SITE" --config api/.github/configs/hydra-config.json
run: |
curl -O https://raw.githubusercontent.com/jquery/hydra-link-checker/v2.0.0/hydra.py
python3 hydra.py "$MY_SITE" --config .github/configs/hydra-config.json
Loading

0 comments on commit 52f94a1

Please sign in to comment.