Skip to content

Fixes error related to restock alerts #883

Fixes error related to restock alerts

Fixes error related to restock alerts #883

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
# validate JSON and YAML files
- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v3.2.1
with:
comment: "true"
exclude_file: ".github/config/exclude.txt"
- uses: actions/setup-node@v4.1.0
with:
node-version-file: .node-version
cache: 'npm'
- name: Install
run: npm ci
# TODO add tests here