Skip to content

Hide block if it doesn't exist in shop context #78

Hide block if it doesn't exist in shop context

Hide block if it doesn't exist in shop context #78

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
js-lint:
name: JS Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: ./.github/actions/setup-node
- name: Run ESLint
run: npm run lint
working-directory: ./_dev