Skip to content

Fixed so it doesn't save the & at the end of the ID #12

Fixed so it doesn't save the & at the end of the ID

Fixed so it doesn't save the & at the end of the ID #12

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install TypeScript
run: npm install -g typescript
- name: Build solution
run: npm run build