Skip to content

Match product page URL to region URL #152

Match product page URL to region URL

Match product page URL to region URL #152

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '19.x'
- name: Install modules
run: npm install
- name: Lint
run: npm run lint
- name: Run tests
run: npm run test-verbose