Skip to content

Allow disabling template parsing per-value using $! prefix #7

Allow disabling template parsing per-value using $! prefix

Allow disabling template parsing per-value using $! prefix #7

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
npm install
npm run build
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*
overwrite: true