Skip to content

fix: #96 add missing space in comments label for Issue items (#97) #111

fix: #96 add missing space in comments label for Issue items (#97)

fix: #96 add missing space in comments label for Issue items (#97) #111

Workflow file for this run

name: Lint & Build CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:prod
- run: npm run lint
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
# Artifact name
name: build
# Directory containing files to upload
path: dist