Skip to content

tweak: ignore protocol links (e.g. "tel:", "mailto:") #59

tweak: ignore protocol links (e.g. "tel:", "mailto:")

tweak: ignore protocol links (e.g. "tel:", "mailto:") #59

Workflow file for this run

name: Webpack Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: yarn install
- run: yarn test
- run: yarn build
- uses: actions/upload-artifact@v2
name: Upload build artifact
with:
name: stim.js
path: build/stim.js