Skip to content

correct path line cart svg #50

correct path line cart svg

correct path line cart svg #50

name: Developer Build and Test
on:
push:
branches: [ "developer" ]
pull_request:
branches: [ "developer" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build