Skip to content

special case for /index links, remove prefixes from AEM tags (#8) #135

special case for /index links, remove prefixes from AEM tags (#8)

special case for /index links, remove prefixes from AEM tags (#8) #135

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- experimental/**
pull_request:
branches-ignore:
- experimental/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm install
- run: npm run lint
- run: npm test