Skip to content

Fix store-sync product ingestion filter logic (6694) #2168

Fix store-sync product ingestion filter logic (6694)

Fix store-sync product ingestion filter logic (6694) #2168

Workflow file for this run

name: Spell Check
on:
# Run on all pull requests
pull_request:
jobs:
typos:
runs-on: ubuntu-latest
name: Check for typos
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check spelling
id: spelling
uses: crate-ci/typos@7bc041cbb7ca9167c9e0e4ccbb26f48eb0f9d4e0 # v1.30.2
with:
# Path to config file
config: .github/workflows-config/typos.toml