Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Merge pull request #29 from jzhan-canva/main #27

Merge pull request #29 from jzhan-canva/main

Merge pull request #29 from jzhan-canva/main #27

Workflow file for this run

name: 'build & lint ecmarkup'
on: [pull_request, push]
jobs:
build:
name: 'build & lint ecmarkup'
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm run build