Skip to content

fix(woocommerce): do not integrate queries for product variations #56

fix(woocommerce): do not integrate queries for product variations

fix(woocommerce): do not integrate queries for product variations #56

Workflow file for this run

name: Spell Check
on:
pull_request:
branches:
- develop
permissions:
contents: read
jobs:
typos:
name: Typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run typos
uses: crate-ci/typos@master