Skip to content

v6.1-rc2: * **Cache Tag** Fixed an issue where $wp_query is null when… #73

v6.1-rc2: * **Cache Tag** Fixed an issue where $wp_query is null when…

v6.1-rc2: * **Cache Tag** Fixed an issue where $wp_query is null when… #73

Workflow file for this run

name: CI
on:
push:
branches:
- master
- dev
- 'v*.*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20'
check-latest: true
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run format-check