Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Update README.md

Update README.md #66

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '16.13.2'
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install InvokeBuild
run: Install-Module InvokeBuild -Force
shell: pwsh
- name: Build
run: Invoke-Build -File .\Components\components.build.ps1
shell: pwsh